Sophie

Sophie

distrib > Mageia > 6 > x86_64 > by-pkgid > 132a89bd1acefb452852739b070943d1 > files > 5

nodejs-lodash-isboolean-3.10.1-7.mga6.noarch.rpm

# lodash.isboolean v3.10.1

The [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodash’s](https://lodash.com/) `_.isBoolean` exported as a [Node.js](http://nodejs.org/)/[io.js](https://iojs.org/) module.

## Installation

Using npm:

```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.isboolean
```

In Node.js/io.js:

```js
var isBoolean = require('lodash.isboolean');
```

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