1. import { map } from 'lodash';
2. import map from 'lodash/map';
3. import { map } from 'lodash/fp';
4. import map from 'lodash/fp/map';
5. import { map } from 'lodash';
with babel-plugin-lodash, same as 2.
6. import { map } from 'lodash';
7. import { map } from 'lodash/fp';
8. import { map } from 'lodash-es';
Categories:
javascript,
js,
lodash