instype
Returns type of value or object instance. An alternative to typeof operator.
classof
Determines the Class of the given argument (primarily determined using Object.prototype.toString).
instof
Tests to see if the prototype property of a constructor appears anywhere in the prototype chain of an value.
memberof
Determines whether an object belongs to a specific subclass.