• Unwraps an [Error] in a [TypedError].

    Parameters

    • value: Error

      the [Error] to unwrap

    Returns {
        cause: string;
        stack: undefined | string;
        type: string;
    }

    the unwrapped error

    • cause: string
    • stack: undefined | string
    • type: string

Generated using TypeDoc