Skip to content
/ lodash Public

A modern JavaScript utility library delivering modularity, performance, & extras.

License

Notifications You must be signed in to change notification settings

lodash/lodash

Repository files navigation

lodash v3.0.0

The modern build of lodash exported as AMD modules.

Generated using lodash-cli:

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

Installation

Defining a build as 'lodash'.

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