| 1 | import { expect, test } from "vitest"; |
| 2 | import { type infer as _infer, json, nullable, object, pipe, transform } from "../../mini/index.js"; |
| 3 | // biome-ignore lint/correctness/noUnusedImports: This import verifies the type is exported |
| 4 | import type { _ZodMiniJSONSchema } from "../../mini/schemas.js"; |