node/deps/npm/node_modules/lodash.isarguments/README.md
Rebecca Turner 41923c0c07 deps: upgrade npm to 3.3.6
PR-URL: https://github.com/nodejs/node/pull/3310
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
2015-10-22 13:56:09 -04:00

594 B
Raw Blame History

lodash.isarguments v3.0.4

The modern build of lodashs _.isArguments exported as a Node.js/io.js module.

Installation

Using npm:

$ {sudo -H} npm i -g npm
$ npm i --save lodash.isarguments

In Node.js/io.js:

var isArguments = require('lodash.isarguments');

See the documentation or package source for more details.