UNPKG

single-source-of-truth

Version:
7 lines 165 B
import { z } from "zod/v4"; import { model } from "./export.js"; const User = model({ name: z.string(), age: z.number(), }); //# sourceMappingURL=play.js.map