external.js 400 B

1234567
  1. export * as core from "zod/v4/core";
  2. export * from "./parse.js";
  3. export * from "./schemas.js";
  4. export * from "./checks.js";
  5. export { globalRegistry, registry, config, $output, $input, $brand, function, clone, regexes, treeifyError, prettifyError, formatError, flattenError, toJSONSchema, locales, } from "zod/v4/core";
  6. /** A special constant with type `never` */
  7. // export const NEVER = {} as never;