Last active
December 1, 2021 09:42
-
-
Save ah584d/5b36242ae092ee99ddc4101d9a006aed to your computer and use it in GitHub Desktop.
new-mapping-file-lodash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export { default as cloneDeep } from 'lodash/cloneDeep'; | |
| export { default as find } from 'lodash/find'; | |
| export { default as findIndex } from 'lodash/findIndex'; | |
| export { default as flow } from 'lodash/flow'; | |
| export { default as forEach } from 'lodash/forEach'; | |
| etc... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment