Skip to content

stagas/fan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fan

extracts argument names from a function descriptor

example

var fan = require('fan');

function greetings(hello, world){};

var args = fan(greetings);

console.log(args); // ["hello","world"]

License

MIT

About

extracts argument names from a function descriptor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published