Skip to content

Commit

Permalink
Fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
bkiac committed Nov 3, 2023
1 parent 4a96c2d commit 0ec3600
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ export * from "./helpers/fn"
export * from "./helpers/guard"
export * from "./helpers/try"

export * from "./option/interface"
export * from "./option/none"
export * from "./option/promise"
export * from "./option/some"

export * from "./result/interface"
export * from "./result/err"
export * from "./result/ok"
export * from "./result/promise"
Expand Down

0 comments on commit 0ec3600

Please sign in to comment.