Lodash modules snippets (for Atom)
Import easily only the modules you need from lodash. Supports lodash 4.0.0v.
Examples
- CommonJS: typing
r_map
will resolve tovar map = require('lodash/map');
- ES2015: typing
i_map
will resolve toimport map from 'lodash/map';
Installation
apm install lodash-modules-snippets