dingxyang/type-challenges

268 - If

dingxyang opened this issue · 0 comments

type If<C extends boolean, T, F> =  C extends true ? T : F