UNPKG

arguer

Version:

Normalizes arguments for JavaScript functions with optional arguments and provides optional typing.

28 lines (27 loc) 606 B
{ "name": "arguer", "version": "1.0.0", "author": "Bret Copeland <bret@atlantisflight.org>", "description": "Normalizes arguments for JavaScript functions with optional arguments and provides optional typing.", "main": "./arguer.js", "repository": { "type": "git", "url": "https://github.com/bretcope/arguer.git" }, "keywords": [ "argument", "parameter", "overload", "function", "normalize", "optional" ], "analyze": false, "license": "MIT", "devDependencies": { "mocha": "^1.20.1" }, "scripts": { "test": "node_modules/.bin/mocha" } }