Skip to content

Commit

Permalink
chore: add more exports
Browse files Browse the repository at this point in the history
  • Loading branch information
braden-w committed Dec 24, 2024
1 parent cded9f3 commit d2f799a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
export { createMutation } from "./mutations";
export { Err, Ok, Result, tryAsync, trySync } from "./result";
export {
Err,
Ok,
InferErr,
InferOk,
Result,
tryAsync,
trySync,
} from "./result";
export { ServiceFn, createServiceErrorFns } from "./services";

0 comments on commit d2f799a

Please sign in to comment.