Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 231 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 231 Bytes

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