File "README.md"

Full Path: /var/www/html/gitep_front/node_modules/lodash.isnil/README.md
File size: 446 bytes
MIME-type: text/plain
Charset: utf-8

# lodash.isnil v4.0.0

The [lodash](https://lodash.com/) method `_.isNil` exported as a [Node.js](https://nodejs.org/) module.

## Installation

Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.isnil
```

In Node.js:
```js
var isNil = require('lodash.isnil');
```

See the [documentation](https://lodash.com/docs#isNil) or [package source](https://github.com/lodash/lodash/blob/4.0.0-npm-packages/lodash.isnil) for more details.