ConstReturns true if the specified value is a boolean.
Returns true if the specified value is empty.
Returns true if the specified values are equal.
Returns true if the specified value is a function.
Returns true if the specified value is null or undefined.
Returns true if the specified value is not empty.
Returns true if the specified value is not null or undefined.
Returns true if the specified value is a number.
Returns true if the specified value is a non-null object that is not
an Array, RegExp, or Date.
Returns true if the specified value is an object literal.
Returns true if the specified value is a string.
Returns true if the specified value is a valid number (i.e., not NaN).
Returns true if the specified value is an array of the specified type T.
Object with all is available (useful for checking for multiple conditions in the same file).