UNPKG

@small-tech/required

Version:

Add required argument checking to your functions.

28 lines (27 loc) 608 B
{ "name": "@small-tech/required", "version": "1.0.3", "description": "Add required argument checking to your functions.", "main": "index.js", "repository": { "type": "git", "url": "https://source.small-tech.org/aral/required.git" }, "scripts": { "test": "tape 'test/index.js' | tap-spec", "coverage": "nyc tape 'test/index.js' | tap-nyc" }, "author": "Aral Balkan", "license": "MIT", "keywords": [ "error", "missing", "argument" ], "devDependencies": { "nyc": "^14.1.1", "tap-nyc": "^1.0.3", "tap-spec": "^5.0.0", "tape": "^4.13.2" } }