type-detect
Improved typeof detection for node.js and the browser.
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.
is-plain-object
Returns true if an object was created by the `Object` constructor, or Object.create(null).