mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 08:07:50 +00:00
Bump to v4.3.0.
This commit is contained in:
18
lodash.isarraybuffer/README.md
Normal file
18
lodash.isarraybuffer/README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# lodash.isarraybuffer v4.3.0
|
||||
|
||||
The [lodash](https://lodash.com/) method `_.isArrayBuffer` exported as a [Node.js](https://nodejs.org/) module.
|
||||
|
||||
## Installation
|
||||
|
||||
Using npm:
|
||||
```bash
|
||||
$ {sudo -H} npm i -g npm
|
||||
$ npm i --save lodash.isarraybuffer
|
||||
```
|
||||
|
||||
In Node.js:
|
||||
```js
|
||||
var isArrayBuffer = require('lodash.isarraybuffer');
|
||||
```
|
||||
|
||||
See the [documentation](https://lodash.com/docs#isArrayBuffer) or [package source](https://github.com/lodash/lodash/blob/4.3.0-npm-packages/lodash.isarraybuffer) for more details.
|
||||
Reference in New Issue
Block a user