Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created December 30, 2018 06:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amandeepmittal/c2c323dcf531127bdb4e60339ec294d8 to your computer and use it in GitHub Desktop.
Save amandeepmittal/c2c323dcf531127bdb4e60339ec294d8 to your computer and use it in GitHub Desktop.
// Load the full build.
const _ = require('lodash');
// Load the core build.
const _ = require('lodash/core');
// Load the FP build for immutable auto-curried iteratee-first data-last methods.
const fp = require('lodash/fp');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment