UNPKG

fn-args

Version:

Get the arguments of a function, arrow function, generator function, async function

48 lines (47 loc) 880 B
{ "name": "fn-args", "version": "6.0.0", "description": "Get the arguments of a function, arrow function, generator function, async function", "license": "MIT", "repository": "sindresorhus/fn-args", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "exports": "./index.js", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "scripts": { "test": "xo && ava test.js && tsd" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "function", "arguments", "tostring", "extract", "parse", "generator", "async", "arrow" ], "devDependencies": { "ava": "^3.15.0", "esm": "^3.2.25", "semver": "^7.3.5", "tsd": "^0.17.0", "xo": "^0.44.0" }, "xo": { "ignores": [ "test*.js" ] } }