ljharb / es-abstractView external linksLinks
ECMAScript spec abstract operations.
☆122Dec 31, 2025Updated last month
Alternatives and similar repositories for es-abstract
Users that are interested in es-abstract are comparing it to the libraries listed below
Sorting:
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Dec 30, 2025Updated last month
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Dec 30, 2025Updated last month
- Is this value a JS regex?☆24Dec 30, 2025Updated last month
- Is this an ES6 Symbol value?☆19Dec 30, 2025Updated last month
- Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.☆42Dec 30, 2025Updated last month
- Use node's fs.realpath, but fall back to the JS implementation if the native one fails☆25Oct 25, 2025Updated 3 months ago
- abstract base class for hash-streams☆11Sep 23, 2025Updated 4 months ago
- Get the command from a shebang☆24Aug 14, 2021Updated 4 years ago
- Determine if the JS environment has Symbol support. Supports spec, or shams.☆18Dec 30, 2025Updated last month
- Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.☆22Dec 30, 2025Updated last month
- Returns true if a string has an extglob☆23May 25, 2019Updated 6 years ago
- utilities for encryption and and hashing in node.js☆18May 22, 2022Updated 3 years ago
- ☆11Apr 15, 2023Updated 2 years ago
- Faster, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks.☆25Nov 26, 2018Updated 7 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆57Jul 26, 2024Updated last year
- Object.keys shim☆46Dec 30, 2025Updated last month
- Get an ArrayBuffer from a Buffer as fast as possible☆20Jul 9, 2021Updated 4 years ago
- ☆20Sep 24, 2025Updated 4 months ago
- Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.☆15Dec 30, 2025Updated last month
- The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.☆13Sep 12, 2024Updated last year
- Node.js path.dirname() ponyfill☆13Nov 13, 2021Updated 4 years ago
- ☆19Apr 11, 2018Updated 7 years ago
- Extend the properties from any number of objects onto the first object. Pass an empty object as the first arg to create a new object.☆14Mar 3, 2018Updated 7 years ago
- Object.prototype.hasOwnProperty☆61Oct 3, 2023Updated 2 years ago
- Minimal async jobs utility library, with streams support☆25Dec 18, 2025Updated last month
- Check if an object can be used like an Array☆17Sep 13, 2025Updated 5 months ago
- ☆19Feb 28, 2018Updated 7 years ago
- Array.prototype.includes spec-compliant polyfill☆43Dec 30, 2025Updated last month
- Search & replace tokens during the linking stage of ICSS loading☆22Jan 6, 2023Updated 3 years ago
- Create an array by repeating the given string n times.☆19Apr 7, 2021Updated 4 years ago
- Returns true if a filepath is absolute. The original path-is-absolute.☆22Jul 13, 2017Updated 8 years ago
- ☆19Dec 21, 2024Updated last year
- dead-simple optimistic async helper in javascript☆15Nov 23, 2014Updated 11 years ago
- Center-align the text in a string.☆23May 26, 2017Updated 8 years ago
- the tty module from node core for browsers☆18Dec 21, 2024Updated last year
- 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
- normalize a ranged value that wraps. ( i.e. angular range [0-360), where 400 === 40 and -20 === 340)☆18Mar 14, 2022Updated 3 years ago
- Validates whether a string matches the production for an XML name or qualified name☆15Nov 12, 2023Updated 2 years ago
- getpass for node.js☆17Apr 25, 2017Updated 8 years ago