Files
lodash/lodash.isbuffer/README.md
John-David Dalton 2dcf41e178 Bump to v4.3.4.
2019-07-09 21:54:41 -07:00

19 lines
467 B
Markdown

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