plugins
Run a value through a plugin stack.
call-all-fns
Wrap a set of functions in a single function that calls each
method-names
Returns an array of names from a module. Includes all enumerable properties with function values, own and inherited.
get-fn-name
Get function name with strictness and correctness in mind. Also works for arrow functions and getting correct name of bounded functions. Powered by [fn-name][].