Skip to content

Commit

Permalink
Export UnionToIntersection in index
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Mar 15, 2023
1 parent 7549985 commit 41def1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export * from "./is";
export type { Equals } from "./Equals";
export type { Extends } from "./Extends";
export type { Not } from "./Not";
export type { UnionToIntersection } from "./UnionToIntersection";
export * from "./objectEntries";
export * from "./objectFromEntries";
export * from "./noUndefined";
Expand Down

0 comments on commit 41def1f

Please sign in to comment.