Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
roobscoob authored Mar 27, 2024
1 parent ed4e7a3 commit 8135310
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
export * from "./future";
export * from "./maybe";
export * from "./option";
export * from "./result";
export * from "./result";
export * from "./asyncIterator";
export * from "./enum";
export * from "./fn";
export * from "./iterator";
export * from "./match";

0 comments on commit 8135310

Please sign in to comment.