es-shims / Object.getOwnPropertyDescriptorsLinks
Spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.
☆20Updated last year
Alternatives and similar repositories for Object.getOwnPropertyDescriptors
Users that are interested in Object.getOwnPropertyDescriptors are comparing it to the libraries listed below
Sorting:
- ES6 spec-compliant Function.prototype.name sham.☆11Updated 6 months ago
- The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.☆11Updated 10 months ago
- List of vendor prefixes known to the web platform☆11Updated 2 years ago
- Track the list of currently unhandled promise rejections☆24Updated 6 years ago
- Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.☆41Updated 2 years ago
- A ponyfill for Buffer.fill☆10Updated 6 years ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 11 months ago
- Find the module object for something that was require()d☆27Updated 2 years ago
- Is this an ES6 Symbol value?☆19Updated 7 months ago
- ES2015 `String#codePointAt()` ponyfill☆22Updated 4 years ago
- Iterate over the enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit e…☆35Updated 8 years ago
- ES spec-compliant shim for String.prototype.padStart☆23Updated 4 months ago
- Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.☆16Updated 7 months ago
- Promises of copies of files, directories and symlinks, with concurrency controls and win32 junction fallback.☆19Updated 3 years ago
- ☆20Updated 3 years ago
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Updated 7 months ago
- Returns `true` if a file path appears to be relative. Moved from the "relative" lib.☆14Updated 7 years ago
- ES6-compliant shim for Object.is - differentiates between -0 and +0, and can compare to NaN.☆25Updated last year
- Moved to https://github.com/nodejs/string_decoder☆23Updated 8 years ago
- Use node's fs.realpath, but fall back to the JS implementation if the native one fails☆26Updated last year
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 3 years ago
- A collection of Regenerate sets for Unicode various properties.☆19Updated 10 months ago
- A ponyfill for Buffer.alloc☆13Updated 6 years ago
- Give me a string and I'll tell you if it's a valid npm package license string☆27Updated 4 years ago
- 'string_decoder' module from Node.js core☆35Updated 6 months ago
- Check if a protocol requires a certain port number to be added to an URL.☆11Updated 2 years ago
- Node.js 0.12 path.isAbsolute() ponyfill☆43Updated 4 years ago
- Validates whether a string matches the production for an XML name or qualified name☆15Updated last year
- Get the npm global path prefix. Same code used internally by npm.☆29Updated 11 months ago