inspect-js / is-typed-arrayLinks
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 6 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 7 months ago
- 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.☆11Updated 10 months ago
- Charset detection and conversion, originally from node-fetch.☆10Updated 9 months ago
- Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.☆16Updated 7 months ago
- Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.☆41Updated 2 years ago
- Provide a package name, get a list of every version, and who published it.☆24Updated last year
- Is this value a JS regex?☆24Updated 7 months ago
- Spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.☆20Updated last year
- Is this an arguments object? It's a harder question than you think.☆17Updated 7 months ago
- Dynamic Modules Proposal for ECMAScript☆26Updated 6 years ago
- .bin/ script linker☆26Updated last week
- Math.signbit☆9Updated 5 years ago
- Early draft proposal to support initializing given objects with fields and private methods☆15Updated 6 years ago
- Incrementally better cookies.☆22Updated 3 years ago
- npm lifecycle script runner☆36Updated 3 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
- Is this value negative zero? === will lie to you.☆18Updated 6 months ago
- TC39 proposal that affects doesn't stringify argument to import(...) early to enable interop with WICG/trusted-types☆19Updated 5 years ago
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Updated 7 months ago
- Regular expression for matching a shebang line☆46Updated 3 years ago
- Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.☆21Updated 7 months ago
- Determine if the JS environment has Symbol support. Supports spec, or shams.☆16Updated 7 months ago
- Clone a Node.js HTTP response stream☆30Updated last year
- Expand placeholders in a template string☆18Updated 4 years ago
- Slice a string with ANSI escape codes☆49Updated last year
- experimental configuration wizard that transforms json and json-schemas into user-experiences☆26Updated 3 years ago
- Collect chunks / objects from a readable stream, write obejcts / chunks to a writable stream☆27Updated 3 years ago