Algorand TypeScript
    Preparing search index...

    Type Alias MatchTest<T>

    MatchTest: T extends ConcatArray<infer TItem>
        ? { [index: number]: ComparisonFor<TItem> } & {
            length?: ComparisonFor<uint64>;
        }
        : { [key in keyof T]?: ComparisonFor<T[key]> }

    A set of tests to apply to the match subject

    Type Parameters

    • T

      The type of the test subject