We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe0b5b commit 588354fCopy full SHA for 588354f
src/context.ts
@@ -1,4 +1,4 @@
1
-export type SplitTypes<T, U> = U extends T ? (Exclude<T, U> extends never ? T : Exclude<T, U>) : T;
+type SplitTypes<T, U> = U extends T ? (Exclude<T, U> extends never ? T : Exclude<T, U>) : T;
2
3
export type SplitUndefined<T> = SplitTypes<T, undefined>;
4
0 commit comments