• 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

    Parameters

    • value: any

      The value to check.

    Returns value is SiType

Generated using TypeDoc