A type guard function that checks if a value is a valid SiType.
true if the value is a valid SiType, false otherwise.
true
false
This function does not throw any exceptions.
The value to check.
Generated using TypeDoc
A type guard function that checks if a value is a valid SiType.
Returns
true
if the value is a valid SiType,false
otherwise.Throws
This function does not throw any exceptions.
Nosideeffects