Files
lodash/lodash.takewhile/README.md
John-David Dalton bb53dde973 Bump to v3.0.0.
2016-08-12 13:45:37 -07:00

580 B
Raw Blame History

lodash.takewhile v3.0.0

The modern build of lodashs _.takeWhile exported as a Node.js/io.js module.

Installation

Using npm:

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

In Node.js/io.js:

var takeWhile = require('lodash.takewhile');

See the documentation or package source for more details.