Something went wrong. Try again.
Bluesky app fork with some witchin' additions 馃挮 forked from jollywhoppers.com/witchsky.app
Something went wrong. Try again.
100 B 路 5 lines
TypeScript
at main
123456export type Literal<T, A = string> = T extends A ? string extends T ? never : T : never