kind-of443mMIT6.0.3Get the native type of a value.
jonschlinkertalmost 2 years agokind-of, arguments, array, boolean kindof51.9k2.0.0A proper typeof that works with primitives, built-in value objects and those from other execution contexts.
mollalmost 3 years agokind, tostring, type, typeof isobject193.8mMIT4.0.0Returns true if the value is an object and not an array or null.
jonschlinkertalmost 2 years agokind-of, kindof, check, is is-plain-object200.9mMIT5.0.0Returns true if an object was created by the Object
constructor, or Object.create(null).
jonschlinkertalmost 2 years agokind-of, check, is, is-object which-typed-array178.7mMIT1.1.19Which kind of Typed Array is this JavaScript value? Works cross-realm, without instanceof
, and despite Symbol.toStringTag.
inspect-jsabout 2 months agoarray, TypedArray, typed array, which