We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Matcher
1 parent 1c1d937 commit 3c3c6b4Copy full SHA for 3c3c6b4
matcher.ts
@@ -19,6 +19,8 @@ export type MatchParams<T> = {
19
* Matcher that filters items based on user input.
20
*/
21
export type Matcher<T> = {
22
+ __phantom?: T; // This is required for type constraint.
23
+
24
/**
25
* Matches items against the provided query.
26
*
0 commit comments