Algorand TypeScript
    Preparing search index...

    Type Alias MatchTest<T>

    MatchTest: { [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