Bump to v4.0.0.

This commit is contained in:
John-David Dalton
2016-02-26 01:06:04 -08:00
parent 51e917b094
commit d35a9c40be
1337 changed files with 70148 additions and 17945 deletions

18
lodash.islength/README.md Normal file
View File

@@ -0,0 +1,18 @@
# lodash.islength v4.0.0
The [lodash](https://lodash.com/) method `_.isLength` exported as a [Node.js](https://nodejs.org/) module.
## Installation
Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.islength
```
In Node.js:
```js
var isLength = require('lodash.islength');
```
See the [documentation](https://lodash.com/docs#isLength) or [package source](https://github.com/lodash/lodash/blob/4.0.0-npm-packages/lodash.islength) for more details.