Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 53fbde0

Browse files
committed
feat(docz-utils): export mergeWith and get from lodash@4
#1313
1 parent 4d9f9b3 commit 53fbde0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/docz-utils/src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ export * from './imports'
44
export * from './jsx'
55
export * from './mdast'
66
export { format } from './format'
7+
export { mergeWith } from 'lodash/fp'
8+
export { get } from 'lodash'

0 commit comments

Comments
 (0)