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

The compatibility build of Lodash.

License

Notifications You must be signed in to change notification settings

lodash-archive/lodash-compat

Repository files navigation

lodash-compat v3.10.1

The compatibility build of lodash exported as AMD modules.

Generated using lodash-cli:

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

Installation

Using bower or volo:

$ bower i lodash-compat#3.10.1-amd
$ volo add lodash-compat/3.10.1-amd

Defining a build as 'lodash'.

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

About

The compatibility build of Lodash.

Resources

License

Stars

Watchers

Forks

Packages

No packages published