MatchTest
Algorand TypeScript / index / <internal> / MatchTest
MatchTest<
T> =TextendsConcatArray<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
Type Parameters
Section titled “Type Parameters”T
The type of the test subject