fnc-args

1.0.1 • Public • Published

fnc-args

Get a function's arguments in JS

GitHub | NPM

Install

npm i fnc-args

Use

const fncArgs = require('fnc-args')
 
fncArgs((hey, hi) => {}) // ['hey', 'hi']
 
fncArgs(function (hey, hi) {}) // ['hey', 'hi']
 
fncArgs(async (hey, hi) => {}) // ['hey', 'hi']
 
fncArgs(hey => {}) // ['hey']

Install

npm i fnc-args

DownloadsWeekly Downloads

1

Version

1.0.1

License

SEE LICENSE IN LICENSE.md

Last publish

Collaborators

  • ethan_