sindresorhus / hash-objectLinks
Get the hash of an object
☆138Updated last year
Alternatives and similar repositories for hash-object
Users that are interested in hash-object are comparing it to the libraries listed below
Sorting:
- Filter object keys and values into a new object☆104Updated last year
- Like `Promise.all()` but for `Map` and `Object`☆198Updated last month
- Make a promise always fulfill with its actual fulfillment value or rejection reason☆56Updated 2 months ago
- Filter promises concurrently☆78Updated last year
- A better `Promise.race()`☆50Updated 2 years ago
- Check if a string matches the name of a Node.js builtin module☆61Updated 8 months ago
- A Map implementation with expirable items☆94Updated 3 years ago
- Get the path of the parent module☆78Updated last month
- Make a function mimic another one☆96Updated last year
- Ensures a value is a valid error by making it one if not☆82Updated last month
- Check if a string is a URL☆87Updated 2 years ago
- Check if a string is HTML☆95Updated 2 months ago
- Mimic a Node.js HTTP response stream☆60Updated 2 years ago
- Sort an array on an object property☆201Updated last month
- A Map subclass with support for multiple keys for one entry.☆110Updated 4 months ago
- Indent each line in a string☆113Updated 3 years ago
- Sort the keys of an object☆105Updated 2 months ago
- A "top" like module for your Node.js process. Collects CPU usage etc.☆86Updated 7 months ago
- Boxes for use in the terminal☆104Updated last year
- Create an array of unique values, in order, from the input arrays☆77Updated 4 years ago
- Settle promises concurrently and get their fulfillment value or rejection reason with optional limited concurrency☆93Updated 2 months ago
- Run promise-returning & async functions in series☆70Updated 4 years ago
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆69Updated last month
- Get the name of the current operating system. Example: macOS Sierra☆148Updated 5 months ago
- Get the first fulfilled promise that satisfies the provided testing function