Files
lodash/lodash._createwrapper/README.md
2016-08-12 13:45:38 -07:00

561 B
Raw Blame History

lodash._createwrapper v3.0.7

The modern build of lodashs internal createWrapper exported as a Node.js/io.js module.

Installation

Using npm:

$ {sudo -H} npm i -g npm
$ npm i --save lodash._createwrapper

In Node.js/io.js:

var createWrapper = require('lodash._createwrapper');

See the package source for more details.