Files
lodash/lodash.overargs/README.md
John-David Dalton 1d324e473f Bump to v4.7.0.
2019-07-09 21:54:48 -07:00

19 lines
467 B
Markdown

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