mirror of
https://github.com/type-challenges/type-challenges.git
synced 2026-01-25 14:47:17 +00:00
* fix(Diff): remove demo code in template.ts demo code causes `Duplicate identifier bug` in typescript playground * chore(Diff): change generic param names
2 lines
24 B
TypeScript
2 lines
24 B
TypeScript
type Diff<O, O1> = any
|