TypeScript Professional — Hard How do you prevent distribution in a conditional type? A Use `&` instead of `|` B Use `extends never` C Wrap the type parameter in a tuple: `[T] extends [U]` D Apply `as const` to the type parameter Show explanation