inspect-js / is-typed-array
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
☆12Updated last month
Alternatives and similar repositories for is-typed-array:
Users that are interested in is-typed-array are comparing it to the libraries listed below
- Store information about any JS value in a side channel. Uses WeakMap if available.☆16Updated last month
- Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.☆11Updated last month
- Things that might be good to include in ECMA 262☆9Updated 4 years ago
- The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.☆10Updated 4 months ago
- A ponyfill for Buffer.fill☆10Updated 6 years ago
- Is this value negative zero? === will lie to you.☆18Updated 3 weeks ago
- Math.signbit☆9Updated 4 years ago
- Support for BigInt in acorn☆11Updated 4 years ago
- Given a package name and a version number, or a path to a package.json, what specifiers does it expose?☆14Updated last month
- Early draft proposal to support initializing given objects with fields and private methods☆15Updated 5 years ago
- Sometimes you have to do horrible things, like use the global object to share a singleton. Abstract that away, with this!☆20Updated last year
- List of vendor prefixes known to the web platform☆11Updated 2 years ago
- Determine if the JS environment has Symbol support. Supports spec, or shams.☆15Updated last month
- Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.☆20Updated last month
- TC39 proposal that affects doesn't stringify argument to import(...) early to enable interop with WICG/trusted-types☆18Updated 5 years ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 5 months ago
- Check if a protocol requires a certain port number to be added to an URL.☆11Updated last year
- Is this an arguments object? It's a harder question than you think.☆15Updated last month
- Incrementally better cookies.☆22Updated 2 years ago
- Expand placeholders in a template string☆18Updated 3 years ago
- Check if a string has ANSI escape codes☆45Updated 6 months ago
- Lo-dash's array-clice method. Slices `array` from the `start` index up to, but not including, the `end` index.☆21Updated 6 years ago
- Proposal: Out of memory immediately terminates agent cluster☆13Updated 2 years ago
- A ponyfill for Buffer.alloc☆12Updated 6 years ago
- A TC-39 proposal to bring stable Intl-inspired formatting options to ECMAScript☆12Updated last year
- EcmaScript proposal to provide brand checks without exceptions☆35Updated 3 years ago
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `file://` to file paths☆24Updated 2 years ago
- remark preset to configure remark-lint with settings for nodejs/node☆15Updated this week
- ☆20Updated 3 years ago
- Use node's fs.realpath, but fall back to the JS implementation if the native one fails☆26Updated last year