11 packages found
Description
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
Keywords
Publisher
Description
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.
Keywords
- array
- TypedArray
- typed array
- is
- typed
- Int8Array
- Uint8Array
- Uint8ClampedArray
- Int16Array
- Uint16Array
- Int32Array
- Uint32Array
- Float32Array
- Float64Array
- View more
Publisher
Description
Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Keywords
Publisher
Description
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Keywords
- array
- TypedArray
- typed array
- which
- typed
- Int8Array
- Uint8Array
- Uint8ClampedArray
- Int16Array
- Uint16Array
- Int32Array
- Uint32Array
- Float32Array
- Float64Array
- View more
Publisher
Description
Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Keywords
Publisher
Description
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Keywords
Publisher
Description
Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Keywords
Publisher
Description
Get an object's ES6 @@toStringTag.
Keywords
Publisher
Description
Is this value not a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Keywords
Publisher
Description
Checks whether given variable is callable. Works fine function and generators in spite of ES6 @@toStringTag
Keywords
Publisher
Description
Provides information about structure of a JavaScript object.