Created
June 13, 2020 18:21
-
-
Save rajat2502/47ffc0b6ea65ea05ff86e4ae0e7cfbdd to your computer and use it in GitHub Desktop.
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
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