Skip to content

Commit

Permalink
refactor: update generics in trySync and tryAsync functions; remove s…
Browse files Browse the repository at this point in the history
…ervices.ts
  • Loading branch information
braden-w committed Dec 24, 2024
1 parent 78ff8ff commit 344f3d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 27 deletions.
5 changes: 5 additions & 0 deletions .changeset/fluffy-turkeys-rest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@epicenterhq/result": minor
---

Update generics in trySync and tryAsync functions; remove services.ts
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ export {
tryAsync,
trySync,
} from "./result";
export { ServiceFn, createServiceErrorFns } from "./services";
26 changes: 0 additions & 26 deletions src/services.ts

This file was deleted.

0 comments on commit 344f3d5

Please sign in to comment.