Skip to content

MatchTest

@algorandfoundation/algorand-typescript


@algorandfoundation/algorand-typescript / index / <internal> / MatchTest

Type Alias: MatchTest<T>

MatchTest<T>: { [key in keyof T]?: ComparisonFor<T[key]> }

Defined in: packages/algo-ts/src/util.ts:77

A set of tests to apply to the match subject

Type Parameters

T

The type of the test subject