dingxyang/type-challenges

43 - Exclude

dingxyang opened this issue · 0 comments

type MyExclude<T, U> = T extends U ? never : T