isaacs / inheritsView external linksLinks
Easy simple tiny inheritance in JavaScript
☆353Oct 25, 2025Updated 3 months ago
Alternatives and similar repositories for inherits
Users that are interested in inherits are comparing it to the libraries listed below
Sorting:
- Use node's fs.realpath, but fall back to the JS implementation if the native one fails☆25Oct 25, 2025Updated 3 months ago
- ☆19Dec 21, 2024Updated last year
- Modern Buffer API polyfill without footguns☆27Apr 22, 2021Updated 4 years ago
- ☆19Dec 21, 2024Updated last year
- Minimal module to check if a file is executable.☆51Updated this week
- 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
- Run a function exactly one time☆223Oct 25, 2025Updated 3 months ago
- Try to guess if your terminal supports unicode☆18Dec 16, 2020Updated 5 years ago
- Node.js 0.12 path.isAbsolute() ponyfill☆43Jan 24, 2021Updated 5 years ago
- Detect whether or not an object is a Typed Array☆21Jan 23, 2024Updated 2 years ago
- A stream of fixed-size blocks☆53Nov 24, 2025Updated 2 months ago
- Like `new Map` but for older JavaScripts☆21Oct 25, 2025Updated 3 months ago
- Check if an object can be used like an Array☆17Sep 13, 2025Updated 5 months ago
- Add callbacks to requests in flight to avoid async duplication☆75May 23, 2024Updated last year
- A list of objects bound by prototype chain☆20Oct 25, 2025Updated 3 months ago
- Create an array by repeating the given string n times.☆19Apr 7, 2021Updated 4 years ago
- AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.☆30Jun 2, 2020Updated 5 years ago
- Unpipe a stream from all destinations☆22Dec 15, 2020Updated 5 years ago
- Utility method to run function either synchronously or asynchronously using the common `this.async()` style.☆25Aug 8, 2025Updated 6 months ago
- ☆20Sep 24, 2025Updated 4 months ago
- The Node.js `util.deprecate()` function with browser support☆38Nov 11, 2018Updated 7 years ago
- ☆11Apr 15, 2023Updated 2 years ago
- A cache for managing namespaced sub-caches☆14Sep 4, 2021Updated 4 years ago
- Extended POSIX-style sprintf☆35Nov 2, 2021Updated 4 years ago
- publicEncrypt/privateDecrypt for browserify☆28Dec 21, 2024Updated last year
- Copy static properties, prototype properties, and descriptors from one object to another☆15Dec 16, 2020Updated 5 years ago
- Answers the question: "can this value have keys?". Returns true if a value is any of the object types: array, regexp, plain object, funct…☆19Aug 20, 2021Updated 4 years ago
- Generate regular expressions from regjsparser’s AST.☆33Dec 16, 2025Updated last month
- Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.☆15Dec 30, 2025Updated last month
- abstract base class for hash-streams☆11Sep 23, 2025Updated 4 months ago
- ES2015 Number.isFinite() ponyfill☆20Apr 7, 2021Updated 4 years ago
- Create an object path (dot notation) from a list or array of strings.☆16Dec 31, 2020Updated 5 years ago
- Promises of copies of files, directories and symlinks, with concurrency controls and win32 junction fallback.☆19Feb 14, 2022Updated 4 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 8 years ago
- The map of HTTP status codes from the builtin http module☆19Apr 21, 2022Updated 3 years ago
- abstract base class for crypto-streams☆21Sep 25, 2025Updated 4 months ago
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆50Jan 17, 2022Updated 4 years ago
- Node's domain module for the web browser☆32Nov 22, 2025Updated 2 months ago