memoize
Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input
p-try
`Start a promise chain
throttleit
Throttle a function to limit its execution rate
kind-of
Get the native type of a value.
onetime
Ensure a function is only called once