node-type-detect

Improved typeof detection for node.js and the browser
  https://github.com/chaijs/type-detect
  0
  no reviews



Type Detect is a module which you can use to detect the type of a given object. It returns a string representation of the object's type, either using typeof or @@toStringTag.

It also normalizes some object names for consistency among browsers.

Node.js is an event-based server-side JavaScript engine.