Skip to content

Commit

Permalink
Merge pull request #62 from cuppachino/export-union-to-tuple
Browse files Browse the repository at this point in the history
export UnionToTuple
  • Loading branch information
cuppachino committed Sep 11, 2023
2 parents ec6eed4 + f4d3df6 commit 68ffd37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/dirty-worms-knock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cuppachino/type-space": patch
---

export UnionToTuple
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export type { Combine } from 'type-space/combine'
export type { Simplify } from 'type-space/simplify'
export type { Subset } from 'type-space/subset'
export type { UnionToIntersection } from 'type-space/union-to-intersection'
export type { UnionToTuple } from 'type-space/union-to-tuple'
export type { UnionLiteral } from 'type-space/union-literal'

// base
Expand Down

0 comments on commit 68ffd37

Please sign in to comment.