Asserts if a value matches one of the provided types from the Type system.
The value to check
The list of valid Types
True if the value matches one of the specified types
if (isType`<string>`(value, 'String', 'Number')) { ... } Copy
if (isType`<string>`(value, 'String', 'Number')) { ... }
Asserts if a value matches one of the provided types from the Type system.