kind-of493.6mMIT6.0.3Get the native type of a value.
jonschlinkertIl y a about 2 yearskind, kind-of, arguments, array is-plain-object213.9mMIT5.0.0Returns true if an object was created by the Object
constructor, or Object.create(null).
jonschlinkertIl y a about 2 yearskind, kind-of, check, is is-number397.5mMIT7.0.0Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
jonschlinkertIl y a about 2 yearskind, cast, check, coerce isobject219.9mMIT4.0.0Returns true if the value is an object and not an array or null.
jonschlinkertIl y a about 2 yearskind, kind-of, check, is which-typed-array202.6mMIT1.1.19Which kind of Typed Array is this JavaScript value? Works cross-realm, without instanceof
, and despite Symbol.toStringTag.
inspect-jsIl y a 4 monthsarray, TypedArray, typed array, which