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 ec6eed4 + f4d3df6 commit 68ffd37Copy full SHA for 68ffd37
.changeset/dirty-worms-knock.md
@@ -0,0 +1,5 @@
1
+---
2
+"@cuppachino/type-space": patch
3
4
+
5
+export UnionToTuple
src/index.ts
@@ -49,6 +49,7 @@ export type { Combine } from 'type-space/combine'
49
export type { Simplify } from 'type-space/simplify'
50
export type { Subset } from 'type-space/subset'
51
export type { UnionToIntersection } from 'type-space/union-to-intersection'
52
+export type { UnionToTuple } from 'type-space/union-to-tuple'
53
export type { UnionLiteral } from 'type-space/union-literal'
54
55
// base
0 commit comments