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 cbf77bb commit dfbbf1cCopy full SHA for dfbbf1c
2 files changed
packages/zod/src/mini/index.ts
@@ -1 +1,3 @@
1
-export * from "../v4/mini/index.js";
+import * as z from "../v4/mini/external.js";
2
+export * from "../v4/mini/external.js";
3
+export { z };
packages/zod/src/v4-mini/index.ts
0 commit comments