We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 531414d commit 613761aCopy full SHA for 613761a
source/tagged.d.ts
@@ -1,4 +1,4 @@
1
-declare const tag: unique symbol;
+declare const tag: '__type-fest-tag__';
2
3
export type TagContainer<Token> = {
4
readonly [tag]: Token;
0 commit comments