UNPKG

is-args

Version:

Quickly check if a variable is an Arguments object

29 lines (28 loc) 560 B
{ "name": "is-args", "version": "0.0.1", "description": "Quickly check if a variable is an Arguments object", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "mocha --reporter spec" }, "repository": { "type": "git", "url": "https://github.com/JayceTDE/is-args.git" }, "keywords": [ "arguments", "args", "is" ], "devDependencies": { "mocha": "*", "should": "*" }, "author": "Jayce Pulsipher <jaycemp@gmail.com>", "license": "MIT", "readmeFilename": "README.md" }