lodash-modules-snippets
Lodash modules snippets for Atom
oriSomething 654 1 0.2.1 MIT GitHub

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 to var map = require('lodash/map');
  • ES2015: typing i_map will resolve to import map from 'lodash/map';

Installation

apm install lodash-modules-snippets