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 2 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
- Store information about any JS value in a side channel. Uses WeakMap if available.☆16Updated 2 months ago
- Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.☆15Updated 2 months ago
- Early draft proposal to support initializing given objects with fields and private methods☆15Updated 5 years ago
- Things that might be good to include in ECMA 262☆9Updated 4 years ago
- A ponyfill for Buffer.fill☆10Updated 6 years ago
- Is this an arguments object? It's a harder question than you think.☆15Updated 2 months ago
- Determine if the JS environment has Symbol support. Supports spec, or shams.☆15Updated 2 months ago
- TC39 proposal that affects doesn't stringify argument to import(...) early to enable interop with WICG/trusted-types☆19Updated 5 years ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 6 months ago
- The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.☆11Updated 5 months ago
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Updated 2 months ago
- Check if a string has ANSI escape codes☆45Updated 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
- Use node's fs.realpath, but fall back to the JS implementation if the native one fails☆26Updated last year
- Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.☆21Updated 2 months ago
- Regular expression for matching a shebang line☆46Updated 3 years ago
- A cross platform Promise.allSettled polyfill☆15Updated 4 years ago
- Document scoped to discussion of System Essentials for WebAssembly☆12Updated 3 years ago
- Color your terminal using CSS/hex color codes☆22Updated 4 years ago
- Implements the Web IDL algorithms for converting to and from JavaScript values☆33Updated 3 years ago
- Math.signbit☆9Updated 5 years ago
- Is this value negative zero? === will lie to you.☆18Updated 2 months ago
- A ponyfill for Buffer.alloc☆12Updated 6 years ago
- npm lifecycle script runner☆36Updated 3 years ago
- Object.keys shim☆45Updated 2 years ago
- Use `npx aud` instead of `npm audit`, whether you have a lockfile or not!☆26Updated 6 months ago
- Is this value a JS regex?☆24Updated 2 months ago
- Command line tool for creating or updating a .npmignore file based on .gitignore.☆29Updated last year
- Provides a way to shrug.☆8Updated 9 years ago