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.
callsites
Get callsites from the V8 stack trace API