You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If condition is true, the function returns undefined. If the condition is false, an exception is thrown with the message as the message of the exception.
65
65
66
-
## `$typeOf()`
67
-
__Signature:__`$typeOf(value)`
66
+
## `$type()`
67
+
__Signature:__`$type(value)`
68
68
69
69
Evaluates the type of `value` and returns one of the following strings:
0 commit comments