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 3 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
- A ponyfill for Buffer.fill☆10Updated 6 years ago
- Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.☆16Updated 3 months ago
- Store information about any JS value in a side channel. Uses WeakMap if available.☆16Updated 3 months ago
- Implements the Web IDL algorithms for converting to and from JavaScript values☆33Updated 3 years ago
- The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.☆11Updated 6 months ago
- ☆12Updated 8 years ago
- ☆20Updated 3 years ago
- Is this value a JS regex?☆24Updated 3 months ago
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Updated 4 months 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
- A ponyfill for Buffer.alloc☆13Updated 6 years ago
- Use node's fs.realpath, but fall back to the JS implementation if the native one fails☆26Updated last year
- Regular expression for matching a shebang line☆46Updated 3 years ago
- Things that might be good to include in ECMA 262☆9Updated 4 years ago
- Is this an arguments object? It's a harder question than you think.☆15Updated 3 months ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 8 months ago
- Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.☆41Updated 2 years ago
- List of vendor prefixes known to the web platform☆11Updated 2 years ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Check if a protocol requires a certain port number to be added to an URL.☆11Updated last year
- Expand POSIX bracket expressions (character classes) in glob patterns.☆27Updated 3 years ago
- Spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.☆20Updated last year
- Turn a Git URL into its canonical form.☆14Updated 4 years ago
- Create ansi colors by passing open and close codes.☆19Updated 11 months ago
- Is this an ES6 Symbol value?☆19Updated 3 months ago
- Early draft proposal to support initializing given objects with fields and private methods☆15Updated 6 years ago
- The color cyan, in ansi.☆8Updated 6 years ago
- Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.☆21Updated 3 months ago
- ES spec-compliant shim for String.prototype.padStart☆23Updated 2 weeks 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