Skip to content

MatchTest

Algorand TypeScript


Algorand TypeScript / index / <internal> / MatchTest

MatchTest<T> = T extends ConcatArray<infer TItem> ? object & object : { [key in keyof T]?: ComparisonFor<T[key]> }

Defined in: util.ts:95

A set of tests to apply to the match subject

T

The type of the test subject