inspect-js / has-symbolsLinks
Determine if the JS environment has Symbol support. Supports spec, or shams.
☆18Updated 2 weeks ago
Alternatives and similar repositories for has-symbols
Users that are interested in has-symbols are comparing it to the libraries listed below
Sorting:
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 2 weeks ago
- Is this value a JS regex?☆24Updated 2 weeks ago
- Check if a file path is a binary file☆49Updated last year
- Mapping between standard locale identifiers and Windows locale identifiers (LCID)☆39Updated last year
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Updated 2 weeks ago
- Extended globs. Add (almost) the expressive power of regular expressions to glob patterns.☆32Updated 5 years ago
- Utilities for the snapdragon parser/compiler.☆18Updated 5 years ago
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 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…☆23Updated 8 years ago
- Is this an ES6 Symbol value?☆19Updated 2 weeks ago
- Check if the character represented by a given Unicode code point is fullwidth☆51Updated 4 months ago
- ES6 spec-compliant Function.prototype.name sham.☆12Updated last year
- ES6-compliant shim for Object.is - differentiates between -0 and +0, and can compare to NaN.☆25Updated 2 weeks ago
- Snapdragon utility for creating a new AST node in custom code, such as plugins.☆26Updated 7 years ago
- Track the list of currently unhandled promise rejections☆24Updated 7 years ago
- The map of HTTP status codes from the builtin http module☆19Updated 3 years ago
- Check if an object can be used like an Array☆17Updated 4 months ago
- Slice a string with ANSI escape codes☆50Updated 4 months ago
- Object.keys shim☆46Updated 2 weeks ago
- One promise for multiple requests in flight to avoid async duplication☆17Updated 5 years ago
- [DEPRECATED] Node.js os.tmpdir() ponyfill☆37Updated 4 years ago
- ☆19Updated 7 years ago
- Minimal module to check if a file is executable.☆51Updated 2 months ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated 2 months ago
- A module which will endeavor to guess your terminal's level of color support.☆23Updated 7 years ago
- Get the first path that exists on disk of multiple paths☆62Updated 4 months ago
- Strip redundant indentation and indent the string☆55Updated 4 years ago
- The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.