kind-of440.2mMIT6.0.3Get the native type of a value.
jonschlinkertover 2 years agokind, kind-of, arguments, array which-typed-array218.3mMIT1.1.19Which kind of Typed Array is this JavaScript value? Works cross-realm, without instanceof, and despite Symbol.toStringTag.
inspect-js9 months agoarray, TypedArray, typed array, which is-plain-object215.9mMIT5.0.0Returns true if an object was created by the Object constructor, or Object.create(null).
jonschlinkertover 2 years agokind, kind-of, check, is is-number405.6mMIT7.0.0Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
jonschlinkertover 2 years agokind, cast, check, coerce isobject207.4mMIT4.0.0Returns true if the value is an object and not an array or null.
jonschlinkertover 2 years agokind, kind-of, check, is