Algorand TypeScript
Preparing search index...
index
<internal>
MatchTest
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
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Algorand TypeScript
Loading...
A set of tests to apply to the match subject