Checkpoint move state into meta query
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export type Literal<T, A = string> = T extends A
|
||||
? string extends T
|
||||
? never
|
||||
: T
|
||||
: never
|
||||
Reference in New Issue
Block a user