Share your code. npm Orgs help your team discover, share, and reuse code. Create a free org »

lodash-amd

4.17.10 • Public • Published

lodash-amd v4.17.10

The Lodash library exported as AMD modules.

Generated using lodash-cli:

$ lodash exports=amd -o ./
$ lodash exports=amd -d -o ./main.js

Installation

Using npm:

$ npm i -g npm
$ npm i --save lodash-amd

Using an AMD loader:

require({
  'packages': [
    { 'name': 'lodash', 'location': 'path/to/lodash' }
  ]
}, ['lodash/chunk'], function(chunk) {
  // use `chunk`
});

See the package source for more details.

install

npm i lodash-amd

Downloadsweekly downloads

1,488

version

4.17.10

license

MIT

homepage

lodash.com

repository

githubgithub

last publish

collaborators

  • avatar
  • avatar