hook-fn
A library which provides pre-execution and post-execution hooks both as a decorator and as a higher-order function.
@stdlib/utils-decorate-after
Decorate a provided function such that the function's return value is provided as an argument to another function.
memofy
Prevents re-execution of large javascript functions that have been processed once with the same parameter.