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

Latest commit

 

History

History
23 lines (18 loc) · 605 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 605 Bytes

lodash-compat v3.0.0

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

Defining a build as 'lodash'.

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