fn-args
Get the arguments of a function, arrow function, generator function, async function
function-arguments
Get arguments of a function, useful for and used in dependency injectors. Works for regular functions, generator functions and arrow functions.
evaluate-value
Return a value or an evaluated function (with arguments).