We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53cb992 commit 81bbc3eCopy full SHA for 81bbc3e
.changeset/thin-pigs-own.md
@@ -0,0 +1,6 @@
1
+---
2
+"errf": patch
3
4
+
5
+fix: Ensure all utilities are exported
6
src/index.ts
@@ -1,8 +1,2 @@
-export {
- create,
- type InferAnyError,
- type InferError,
- type InternalError,
- type UserFacingError,
7
-} from './factory';
8
-export { mapToUserFacingError, match } from './utils';
+export * from './factory';
+export * from './utils';
0 commit comments