| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/zod/v4/classic/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/zod/v4/classic/parse.js |
import * as core from "../core/index.js";
import { ZodRealError } from "./errors.js";
export const parse = /* @__PURE__ */ core._parse(ZodRealError);
export const parseAsync = /* @__PURE__ */ core._parseAsync(ZodRealError);
export const safeParse = /* @__PURE__ */ core._safeParse(ZodRealError);
export const safeParseAsync = /* @__PURE__ */ core._safeParseAsync(ZodRealError);