We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 174f54d + 6d69fc8 commit bb594a0Copy full SHA for bb594a0
packages/toolkit/src/tsHelpers.ts
@@ -82,7 +82,7 @@ export type DispatchForMiddlewares<M> = M extends ReadonlyArray<any>
82
: never
83
84
/**
85
- * Convert a Union type `(A|B)` to and intersecion type `(A&B)`
+ * Convert a Union type `(A|B)` to an intersection type `(A&B)`
86
*/
87
export type UnionToIntersection<U> = (
88
U extends any ? (k: U) => void : never
0 commit comments