fn-args
Get the arguments of a function, arrow function, generator function, async function
make-arrow-function
Function that returns an arbitrary arrow function, or undefined if arrow function syntax is unsupported.
function-arguments
Get arguments of a function, useful for and used in dependency injectors. Works for regular functions, generator functions and arrow functions.
noop6
No operation as a module using an arrow function.