Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.
☆21Dec 30, 2025Updated 2 months ago
Alternatives and similar repositories for define-properties
Users that are interested in define-properties are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Is this value a JS regex?☆24Updated this week
- Is this an ES6 Symbol value?☆19Mar 16, 2026Updated last week
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Dec 30, 2025Updated 2 months ago
- Object.keys shim☆46Mar 17, 2026Updated last week
- Determine if the JS environment has Symbol support. Supports spec, or shams.☆18Dec 30, 2025Updated 2 months ago
- Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.☆42Dec 30, 2025Updated 2 months ago
- Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.☆15Mar 16, 2026Updated last week
- Get an ArrayBuffer from a Buffer as fast as possible☆20Jul 9, 2021Updated 4 years ago
- node's assert.deepEqual algorithm except for the fact that (NaN === NaN) and (+0 !== -0).☆21Sep 4, 2021Updated 4 years ago
- abstract base class for hash-streams☆11Sep 23, 2025Updated 6 months ago
- The map of HTTP status codes from the builtin http module☆19Apr 21, 2022Updated 3 years ago
- ES6-compliant shim for Object.is - differentiates between -0 and +0, and can compare to NaN.☆25Updated this week
- Faster, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks.☆25Nov 26, 2018Updated 7 years ago
- ☆11Apr 15, 2023Updated 2 years ago
- ES Proposal spec-compliant shim for AggregateError☆14Dec 30, 2025Updated 2 months ago
- ☆19Dec 21, 2024Updated last year
- Search & replace tokens during the linking stage of ICSS loading☆22Jan 6, 2023Updated 3 years ago
- Get the command from a shebang☆24Aug 14, 2021Updated 4 years ago
- ☆19Apr 11, 2018Updated 7 years ago
- the tty module from node core for browsers☆18Dec 21, 2024Updated last year
- Object.prototype.hasOwnProperty☆60Oct 3, 2023Updated 2 years ago
- Check if an object can be used like an Array☆17Sep 13, 2025Updated 6 months ago
- ES2015 `String#codePointAt()` ponyfill☆23Jan 23, 2021Updated 5 years ago
- Returns true if a string has an extglob☆23May 25, 2019Updated 6 years ago
- Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.☆22Dec 30, 2025Updated 2 months ago
- Manipulate strings according to the word parsing rules of the UNIX Bourne shell.☆40Jul 11, 2025Updated 8 months ago
- The Node.js `util.deprecate()` function with browser support☆37Nov 11, 2018Updated 7 years ago
- Center-align the text in a string.☆23May 26, 2017Updated 8 years ago
- normalize a ranged value that wraps. ( i.e. angular range [0-360), where 400 === 40 and -20 === 340)☆18Mar 14, 2022Updated 4 years ago
- Returns true if a value has the characteristics of a valid JavaScript data descriptor.☆21Dec 30, 2025Updated 2 months ago
- ☆27Apr 5, 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
- ES6 spec-compliant Function.prototype.name sham.☆12Dec 20, 2024Updated last year
- Check if a path is the current working directory☆22May 10, 2025Updated 10 months ago
- Check if a given module ID is resolvable with require()☆16Nov 30, 2018Updated 7 years ago
- Deceive HTTP Parser☆17Sep 18, 2021Updated 4 years ago
- Use node's fs.realpath, but fall back to the JS implementation if the native one fails☆25Oct 25, 2025Updated 4 months ago
- Similar to String#trim() but removes only whitespace on the right☆22Jul 9, 2021Updated 4 years ago