Contains functions for checking that supplied arguments are of a specified type
or meet specified conditions
Members
Contains type checking functions, all using the typeof operator
Methods
Throws if test is not defined
| Name | Type | Description |
|---|---|---|
name |
string | The name of the variable being tested |
test |
* | The value that is to be checked |
Throws:
-
DeveloperError : test must be defined
