get-parameter-names
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "get-parameter-names", | ||
"author": "Josh Perez <josh@goatslacker.com>", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Retrieves parameter names from a function", | ||
@@ -6,0 +6,0 @@ |
get-parameter-names | ||
=================== | ||
Retrieves the argument names of a function | ||
Retrieves the argument names of a function | ||
## Install | ||
npm install get-parameter-names | ||
## Usage | ||
function foo(bar, baz) { | ||
return bar + baz | ||
} | ||
var get = require('get-parameter-names') | ||
get(foo) // = ['bar', 'baz'] | ||
## License | ||
[MIT](http://josh.mit-license.org) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
14855
22
0