Skip to content

Instantly share code, notes, and snippets.

@ah584d
Last active December 1, 2021 09:42
Show Gist options
  • Select an option

  • Save ah584d/5b36242ae092ee99ddc4101d9a006aed to your computer and use it in GitHub Desktop.

Select an option

Save ah584d/5b36242ae092ee99ddc4101d9a006aed to your computer and use it in GitHub Desktop.
new-mapping-file-lodash
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