Showing 1-20 of 131 packages
A helper to optimistically set Symbol.toStringTag, when possible.
Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
Detect native Symbol.toStringTag support.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
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.
Is this value a JS ArrayBuffer?
Which kind of boxed JS primitive is this?
Unbox a boxed JS primitive value.
Is this value a JS SharedArrayBuffer?
Determines whether a value is a WHATWG URL.
Tests if ES6 @@toStringTag is supported.
Detect native Symbol.toStringTag support.
Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
A parser for textlint script
A fetch with Response abilities.
Fixes JavaScript typeof operator using Symbol.toStringTag
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.
Determines whether a value is a URLSearchParams instance.