Sha256: 3a28e15f8ac4475f8d1b100069d7a891accf0078cd9d9bea634d6726d871ff49
Contents?: true
Size: 594 Bytes
Versions: 17
Compression:
Stored size: 594 Bytes
Contents
# lodash.isarguments v3.0.4 The [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodash’s](https://lodash.com/) `_.isArguments` exported as a [Node.js](http://nodejs.org/)/[io.js](https://iojs.org/) module. ## Installation Using npm: ```bash $ {sudo -H} npm i -g npm $ npm i --save lodash.isarguments ``` In Node.js/io.js: ```js var isArguments = require('lodash.isarguments'); ``` See the [documentation](https://lodash.com/docs#isArguments) or [package source](https://github.com/lodash/lodash/blob/3.0.4-npm-packages/lodash.isarguments) for more details.
Version data entries
17 entries across 8 versions & 3 rubygems