• Type-guard predicate that checks if a [TypedError] is of a specific type.

    Type Parameters

    Parameters

    • value: TypedError

      the [TypedError] value to check

    • type: T["type"]

      the type literal that asserts if the value is of required type.

    Returns value is T

Generated using TypeDoc