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 4 months ago
Alternatives and similar repositories for is-typed-array
Users that are interested in is-typed-array are comparing it to the libraries listed below
Sorting:
- A ponyfill for Buffer.fill☆10Updated 6 years ago
- Store information about any JS value in a side channel. Uses WeakMap if available.☆16Updated 5 months ago
- Early draft proposal to support initializing given objects with fields and private methods☆15Updated 6 years ago
- Things that might be good to include in ECMA 262☆9Updated 4 years ago
- Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.☆16Updated 5 months ago
- The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.☆11Updated 8 months ago
- Is this value negative zero? === will lie to you.☆18Updated 4 months ago
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Updated 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.☆16Updated 5 months ago
- Use node's fs.realpath, but fall back to the JS implementation if the native one fails☆26Updated last year
- Charset detection and conversion, originally from node-fetch.☆10Updated 7 months ago
- List of vendor prefixes known to the web platform☆11Updated 2 years ago
- Turn a Git URL into its canonical form.☆14Updated 4 years ago
- Regular expression for matching a shebang line☆46Updated 3 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
- Provide a package name, get a list of every version, and who published it.☆24Updated 11 months ago
- Math.signbit☆9Updated 5 years ago
- The require hook will bind itself to node's require and automatically uglify files on the fly.☆11Updated 2 years ago
- Spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.☆20Updated last year
- fs read and write streams based on minipass☆20Updated 9 months ago
- A ponyfill for Buffer.alloc☆13Updated 6 years ago
- ☆12Updated 8 years ago
- Implements the Web IDL algorithms for converting to and from JavaScript values☆34Updated 3 years ago
- TC39 proposal that affects doesn't stringify argument to import(...) early to enable interop with WICG/trusted-types☆19Updated 5 years ago
- An XML serializer that follows the W3C specification.☆21Updated last year
- A cross platform Promise.allSettled polyfill☆15Updated 4 years ago
- Modern Buffer API polyfill without footguns☆25Updated 4 years ago
- Incrementally better cookies.☆22Updated 2 years ago
- Expand placeholders in a template string☆18Updated 4 years ago