type-challenges
type-challenges copied to clipboard
268 - If
type If<C extends boolean, T, F> = C extends true ? T : F