[DEPRECATED] Node.js `os.homedir()` ponyfill
Repositories
sindresorhus repositories
Get the system locale
Get the name of the current operating system. Example: macOS Sierra
Get the name of the current operating system
[DEPRECATED] Node.js os.tmpdir() ponyfill
Function argument validation for humans
Run promise-returning & async functions concurrently with optional limited concurrency
Wait for any promise to be fulfilled
Break out of a promise chain
Create a promise that can be canceled
Conditional promise catch handler
Debounce promise-returning & async functions
Create a deferred promise
Calls a function repeatedly while a condition returns true and then resolves the promise
Iterate over promises serially
Promisify an event by waiting for it to be emitted
Filter promises concurrently
`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome
Run promise-returning & async functions repeatedly until you end it
Conditional promise chains