sindresorhus / p-finallyLinks
`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome
☆47Updated 4 years ago
Alternatives and similar repositories for p-finally
Users that are interested in p-finally are comparing it to the libraries listed below
Sorting:
- Strip redundant indentation and indent the string☆55Updated 4 years ago
- Rename a function☆47Updated 2 years ago
- Add `module.exports` for Babel and TypeScript compiled code☆36Updated last year
- Check if a string is a scoped npm package name☆25Updated 3 years ago
- Resolve the path of a globally installed module☆42Updated 2 years ago
- Repeat a string - fast☆35Updated 4 years ago
- Get the shortest leading whitespace from lines in a string☆19Updated 5 years ago
- Get an array of valid, sorted, and cleaned semver versions from an array of strings☆41Updated 4 years ago
- Lazy number range generator☆83Updated 2 years ago
- Check if a path is a file, directory, or symlink☆80Updated last year
- Get the user agent of a recent Chrome version to pretend to be a browser in network requests☆37Updated 2 years ago
- Extract the actual stack of an error☆68Updated 3 years ago
- Track the list of currently unhandled promise rejections☆24Updated 7 years ago
- Import a module like with `require()` but from a given path☆86Updated 3 years ago
- Find multiple RegExp matches in a string☆91Updated 3 years ago
- While a condition returns true, calls a function repeatedly, and then resolves the promise☆58Updated last year
- Define a lazily evaluated property on an object☆67Updated 2 years ago
- Check if an Array is sorted☆35Updated 4 years ago
- Bind all methods in an object to itself or a specified context☆59Updated 4 years ago
- Conditional promise catch handler☆40Updated 4 years ago
- Get the directory of globally installed packages and binaries☆77Updated 2 years ago
- Timeout HTTP/HTTPS requests☆51Updated 4 months ago
- Truncate a URL to a specific length☆62Updated 3 months ago
- Check if something is a promise☆46Updated 4 years ago
- Mimic a Node.js HTTP response stream☆61Updated 2 years ago
- Replace all substring matches in a string☆90Updated 4 years ago
- Create an array with values that are present in the first input array but not additional ones☆41Updated 4 years ago
- Get the npm config☆37Updated last year
- Prints the current date and time as a UNIX timestamp or custom format☆48Updated 4 years ago
- Returns a promise resolved in the next event loop - think `setImmediate()`☆72Updated 4 years ago