type Match<T,C>
The type to determine the allowed input values for the match
function.
Companion namespace: Match
Definition
export type Match<T, C extends Partial<T> = Partial<T>> =
Match.Entry
<T, C, T, T>;
type Match<T,C>
The type to determine the allowed input values for the match
function.
Companion namespace: Match
export type Match<T, C extends Partial<T> = Partial<T>> =
Match.Entry
<T, C, T, T>;