Files
lodash/lodash.ary/README.md
2018-02-03 19:13:27 -08:00

19 lines
432 B
Markdown

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