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
- Store information about any JS value in a side channel. Uses WeakMap if available.☆16Updated 4 months ago
- Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.☆16Updated 4 months ago
- A ponyfill for Buffer.fill☆10Updated 6 years ago
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Updated 4 months ago
- Things that might be good to include in ECMA 262☆9Updated 4 years ago
- List of vendor prefixes known to the web platform☆11Updated 2 years ago
- Early draft proposal to support initializing given objects with fields and private methods☆15Updated 6 years ago
- TC39 proposal that affects doesn't stringify argument to import(...) early to enable interop with WICG/trusted-types☆19Updated 5 years ago
- ☆19Updated 6 years ago
- Incrementally better cookies.☆22Updated 2 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
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 8 months ago
- ☆20Updated 3 years ago
- EcmaScript proposal to provide brand checks without exceptions☆35Updated 3 years ago
- The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.☆11Updated 7 months ago
- Is this an arguments object? It's a harder question than you think.☆16Updated 4 months ago
- Determine if the JS environment has Symbol support. Supports spec, or shams.☆16Updated 4 months ago
- A cross platform Promise.allSettled polyfill☆15Updated 4 years ago
- Math.signbit☆9Updated 5 years ago
- Implements the Web IDL algorithms for converting to and from JavaScript values☆34Updated 3 years ago
- Is this value negative zero? === will lie to you.☆18Updated 4 months 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
- Provide a package name, get a list of every version, and who published it.☆24Updated 10 months ago
- proposal to add Symbol.prototype.description to ECMAScript☆15Updated 6 years ago
- Check if a protocol requires a certain port number to be added to an URL.☆11Updated last year
- CLDR Plural Rule Parser☆20Updated last year
- Is this value a JS regex?☆24Updated 4 months ago
- Spec-compliant polyfill for String.prototype.matchAll, in ES2020☆17Updated 4 months ago
- Regular expression for matching a shebang line☆46Updated 3 years ago
- Use `npx aud` instead of `npm audit`, whether you have a lockfile or not!☆26Updated 8 months ago