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 9a81173 commit fa7bee4Copy full SHA for fa7bee4
packages/docs/content/api.mdx
@@ -89,7 +89,6 @@ const tuna = z.literal("tuna");
89
const twelve = z.literal(12);
90
const twobig = z.literal(2n);
91
const tru = z.literal(true);
92
-const terrific = z.literal(Symbol("terrific"));
93
```
94
95
To represent the JavaScript literals `null` and `undefined`:
0 commit comments