Skip to content

Commit

Permalink
Merge pull request #920 from thefrontside/v4-export-result
Browse files Browse the repository at this point in the history
Export type Result and constructors Ok(), Err()
  • Loading branch information
cowboyd authored Nov 20, 2024
2 parents 0c1bdb6 + a0834a9 commit 9956833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export * from "./types.ts";
export * from "./result.ts";
export * from "./action.ts";
export * from "./context.ts";
export * from "./scope.ts";
Expand Down

0 comments on commit 9956833

Please sign in to comment.