mirror of
https://github.com/type-challenges/type-challenges.git
synced 2026-01-25 14:47:17 +00:00
2 lines
77 B
TypeScript
2 lines
77 B
TypeScript
type Replace<S extends string, From extends string, To extends string> = any
|