typy
Minimal JavaScript type checking library
kind-of
Get the native type of a value.
is-number
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
has-symbols
Determine if the JS environment has Symbol support. Supports spec, or shams.
isobject
Returns true if the value is an object and not an array or null.