dingxyang opened this issue 2 years ago · 0 comments
type If<C extends boolean, T, F> = C extends true ? T : F