Skip to content

Commit e36743e

Browse files
committed
Improve mini treeshaking
1 parent 21afffd commit e36743e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/zod/src/v4/mini/schemas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as core from "../core/index.js";
2-
import { util } from "../core/index.js";
2+
import * as util from "../core/util.js";
33
import * as parse from "./parse.js";
44

55
type SomeType = core.SomeType;

0 commit comments

Comments
 (0)