Skip to content

Commit 613761a

Browse files
committed
feat: don't make tagged type compatibility dependent on type-fest version
1 parent 531414d commit 613761a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tagged.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
declare const tag: unique symbol;
1+
declare const tag: '__type-fest-tag__';
22

33
export type TagContainer<Token> = {
44
readonly [tag]: Token;

0 commit comments

Comments
 (0)