Skip to content

Commit

Permalink
fix(types/DeepUnwind): add missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
erwijet committed Oct 1, 2023
1 parent 83dce5c commit c73bba3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/friendly-beans-enjoy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bryx-inc/ts-utils": patch
---

Fix missing export for `DeepUnwind`
1 change: 1 addition & 0 deletions src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export * from "./deepKeyOf";
export * from "./deepPick";
export * from "./deepValue";
export * from "./deepUnwrap";
export * from "./deepUnwind";
export * from "./overrideKeys";
export * from "./concatTuple";
export * from "./deepRemoveReadonly";
Expand Down

0 comments on commit c73bba3

Please sign in to comment.