matchigo - v1.0.2
    Preparing search index...

    Type Alias ExhaustiveError<Rem>

    type ExhaustiveError<Rem> = {
        __error: "Non-exhaustive match";
        __missing: Rem;
    }

    Type Parameters

    • Rem
    Index

    Properties

    Properties

    __error: "Non-exhaustive match"
    __missing: Rem