Skip to content

Commit

Permalink
feat(docz-utils): export mergeWith and get from lodash@4
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer committed Dec 13, 2019
1 parent 4d9f9b3 commit 53fbde0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/docz-utils/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ export * from './imports'
export * from './jsx'
export * from './mdast'
export { format } from './format'
export { mergeWith } from 'lodash/fp'
export { get } from 'lodash'

0 comments on commit 53fbde0

Please sign in to comment.