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.
1 parent 9dc6bb7 commit 239256aCopy full SHA for 239256a
src/patterns.ts
@@ -16,7 +16,7 @@ import {
16
GuardExcludeP,
17
} from './types/Pattern';
18
19
-export { Pattern };
+export type { Pattern };
20
21
/**
22
* `P.infer<typeof somePattern>` will return the type of the value
0 commit comments