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