From 53fbde02fa7b2855ca7bcf550d9716ec34189aab Mon Sep 17 00:00:00 2001 From: rakannimer Date: Fri, 13 Dec 2019 13:22:02 +0200 Subject: [PATCH] feat(docz-utils): export mergeWith and get from lodash@4 #1313 --- core/docz-utils/src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/docz-utils/src/index.ts b/core/docz-utils/src/index.ts index 7ef0e397b..32d781205 100644 --- a/core/docz-utils/src/index.ts +++ b/core/docz-utils/src/index.ts @@ -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'