p-finally
deprecated`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome
Updated by @sindresorhus
has-value
Returns true if a value exists, false if empty. Works with deeply nested values using object paths.
Updated by @jonschlinkert
is-callable
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
Updated by @ljharb
mem
Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input
Updated by @sindresorhus
p-all
Run promise-returning & async functions concurrently with optional limited concurrency
Updated by @sindresorhus
has-values
Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.
Updated by @jonschlinkert