Skip to content

Commit 68ffd37

Browse files
authored
Merge pull request #62 from cuppachino/export-union-to-tuple
export UnionToTuple
2 parents ec6eed4 + f4d3df6 commit 68ffd37

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/dirty-worms-knock.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cuppachino/type-space": patch
3+
---
4+
5+
export UnionToTuple

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export type { Combine } from 'type-space/combine'
4949
export type { Simplify } from 'type-space/simplify'
5050
export type { Subset } from 'type-space/subset'
5151
export type { UnionToIntersection } from 'type-space/union-to-intersection'
52+
export type { UnionToTuple } from 'type-space/union-to-tuple'
5253
export type { UnionLiteral } from 'type-space/union-literal'
5354

5455
// base

0 commit comments

Comments
 (0)