Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 592 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 592 Bytes

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.