isOf()Creates functions for testing if a value "is" (or "is not") a value.
This function is valid in v2.13.0 to v2.24.3. This function has been downloaded 66 times.false
value.false
value is an array, the returned function will check the passed value against all of the items within value.value. The function will return a boolean value when called indicating if it matches value or not (also depending on the value of opt_negate).This function directly requires the following function which is included automatically:
nativeType()