Skip to content

Instantly share code, notes, and snippets.

@rajat2502
Created June 13, 2020 18:21
Show Gist options
  • Save rajat2502/47ffc0b6ea65ea05ff86e4ae0e7cfbdd to your computer and use it in GitHub Desktop.
Save rajat2502/47ffc0b6ea65ea05ff86e4ae0e7cfbdd to your computer and use it in GitHub Desktop.
import lodash from 'lodash';
// We can also import specific functions using the format:
import { isArray } from 'lodash';
// We can also import other files or JS entry points from a package:
import map from 'lodash/map';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment