Which kind of Typed Array is this JavaScript value? Works cross-realm, without instanceof
, and despite Symbol.toStringTag.
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
inspect-jsalmost 2 years agoIs 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 Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
inspect-jsabout 1 month agoIs this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
inspect-jsabout 1 month ago