Make a callback- or promise-based function support both promises and callbacks.
☆112Nov 1, 2023Updated 2 years ago
Alternatives and similar repositories for universalify
Users that are interested in universalify are comparing it to the libraries listed below
Sorting:
- Like `new Map` but for older JavaScripts☆21Oct 25, 2025Updated 4 months ago
- abstract base class for hash-streams☆11Sep 23, 2025Updated 5 months ago
- Determine if the JS environment has Symbol support. Supports spec, or shams.☆18Dec 30, 2025Updated 2 months ago
- Returns true if a filepath is absolute. The original path-is-absolute.☆22Jul 13, 2017Updated 8 years ago
- Timeout HTTP/HTTPS requests☆51Sep 9, 2025Updated 5 months ago
- Use node's fs.realpath, but fall back to the JS implementation if the native one fails☆25Oct 25, 2025Updated 4 months ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Dec 30, 2025Updated 2 months ago
- utilities for encryption and and hashing in node.js☆18May 22, 2022Updated 3 years ago
- node's assert.deepEqual algorithm except for the fact that (NaN === NaN) and (+0 !== -0).☆21Sep 4, 2021Updated 4 years ago
- Like `extend` but only copies missing properties/values to the target object.☆17Apr 26, 2017Updated 8 years ago
- ☆11Apr 15, 2023Updated 2 years ago
- Get the command from a shebang☆24Aug 14, 2021Updated 4 years ago
- Get an ArrayBuffer from a Buffer as fast as possible☆20Jul 9, 2021Updated 4 years ago
- Node.js path.dirname() ponyfill☆13Nov 13, 2021Updated 4 years ago
- Add callbacks to requests in flight to avoid async duplication☆75May 23, 2024Updated last year
- Determine if an object is a Buffer☆90Aug 18, 2021Updated 4 years ago
- Map `visit` over an array of objects.☆17Jun 27, 2022Updated 3 years ago
- Check if an object can be used like an Array☆17Sep 13, 2025Updated 5 months ago
- Modern Buffer API polyfill without footguns☆27Apr 22, 2021Updated 4 years ago
- Callback wrapping utility☆56Feb 10, 2024Updated 2 years ago
- A simple module for bitwise-xor on buffers☆31Dec 21, 2024Updated last year
- Is this an ES6 Symbol value?☆19Dec 30, 2025Updated 2 months ago
- ☆19Dec 21, 2024Updated last year
- One promise for multiple requests in flight to avoid async duplication☆17Aug 4, 2020Updated 5 years ago
- Cyclist is an efficient circular buffer implemention for Javascript.☆39Apr 14, 2024Updated last year
- Returns true if a string has an extglob☆23May 25, 2019Updated 6 years ago
- normalize a ranged value that wraps. ( i.e. angular range [0-360), where 400 === 40 and -20 === 340)☆18Mar 14, 2022Updated 3 years ago
- Visit a method over the items in an object, or map visit over the objects in an array. This is an alternative approach to using extend or…☆20Dec 15, 2020Updated 5 years ago
- Copy static properties, prototype properties, and descriptors from one object to another☆15Dec 16, 2020Updated 5 years ago
- Check if a given module ID is resolvable with require()☆16Nov 30, 2018Updated 7 years ago
- Command line argument parser☆19Jul 18, 2023Updated 2 years ago
- Parse a filepath and return an object of path parts. Falls back on native node.js `path.parse` if it exists☆31Dec 19, 2017Updated 8 years ago
- Object.keys shim☆46Dec 30, 2025Updated 2 months ago
- The Node.js `util.deprecate()` function with browser support☆38Nov 11, 2018Updated 7 years ago
- Determine if an object is a Node.js Stream☆63Dec 30, 2015Updated 10 years ago
- Call the given method on each value in the given object.☆20Mar 14, 2023Updated 2 years ago
- Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Ex…☆23Feb 27, 2017Updated 9 years ago
- The map of HTTP status codes from the builtin http module☆19Apr 21, 2022Updated 3 years ago
- Modern version of duplexer2☆16Oct 27, 2022Updated 3 years ago