mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
623a72a1299410293a1975c5e4f43b8d20d47e4d
lodash-amd v4.14.1
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:
$ {sudo -H} 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.
Languages
JavaScript
97.2%
HTML
2.3%
EJS
0.5%