Skip to content

Commit 81bbc3e

Browse files
committed
fix: Ensure all utilities are exported
1 parent 53cb992 commit 81bbc3e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.changeset/thin-pigs-own.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"errf": patch
3+
---
4+
5+
fix: Ensure all utilities are exported
6+

src/index.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,2 @@
1-
export {
2-
create,
3-
type InferAnyError,
4-
type InferError,
5-
type InternalError,
6-
type UserFacingError,
7-
} from './factory';
8-
export { mapToUserFacingError, match } from './utils';
1+
export * from './factory';
2+
export * from './utils';

0 commit comments

Comments
 (0)