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 36fe14e commit 20c8c4bCopy full SHA for 20c8c4b
packages/zod/src/index.ts
@@ -1,4 +1,4 @@
1
-import * as z from "./v3/index.js";
2
-export * from "./v3/index.js";
+import * as z from "./v3/external.js";
+export * from "./v3/external.js";
3
export { z };
4
export default z;
0 commit comments