Skip to content

Commit

Permalink
feat(error): export types
Browse files Browse the repository at this point in the history
  • Loading branch information
freitzzz committed Apr 15, 2024
1 parent 5e9bda8 commit a8f3de5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/error/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export * from './call';
export * from './io';
export * from './typed';
export * from './unknown';
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './monad';
export * from './computation';
export * from './error';

0 comments on commit a8f3de5

Please sign in to comment.