
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.