@zod/mini
Version:
TypeScript-first schema declaration and validation library with static type inference
8 lines (7 loc) • 405 B
TypeScript
export * as core from "@zod/core";
export * from "./parse.js";
export * from "./schemas.js";
export * from "./checks.js";
export type { infer, output, input } from "@zod/core";
export { globalRegistry, registry, config, $output, $input, $brand, function, clone, regexes, flattenError, formatError, treeifyError, prettifyError, toJSONSchema, } from "@zod/core";
/** A special constant with type `never` */