lodash-archive / lodash-amd

Lodash module bundles for AMD.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lodash-amd v3.10.2

The compatibility & modern builds of lodash exported as AMD modules.

Discontinued

This package has been discontinued in favor of lodash@amd.

Installation

Defining a build as 'lodash'.

require({
  'packages': [
    { 'name': 'lodash', 'location': 'lodash-amd/modern' }
  ]
}, ['lodash/array/chunk'], function(chunk) {
  // use `chunk`
});

See the package source for more details.

About

Lodash module bundles for AMD.

License:Other


Languages

Language:JavaScript 100.0%