instype
Returns type of value or object instance. An alternative to typeof operator.
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.