diff --git a/src/index.ts b/src/index.ts index d055c04..326f3b8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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";