/opt/canhelp/node_modules/better-auth/node_modules/zod/v4/classic
NameSizeModeActions
checks.cjs40160644editdlrm
checks.d.cts7020644editdlrm
checks.d.ts7010644editdlrm
checks.js6630644editdlrm
coerce.cjs17720644editdlrm
coerce.d.cts11490644editdlrm
coerce.d.ts11470644editdlrm
coerce.js5500644editdlrm
compat.cjs26020644editdlrm
compat.d.cts22030644editdlrm
compat.d.ts21990644editdlrm
compat.js10900644editdlrm
errors.cjs27690644editdlrm
errors.d.cts16230644editdlrm
errors.d.ts16200644editdlrm
errors.js15810644editdlrm
external.cjs54440644editdlrm
external.d.cts9260644editdlrm
external.d.ts9110644editdlrm
external.js9070644editdlrm
from-json-schema.cjs243740644editdlrm
from-json-schema.d.cts6270644editdlrm
from-json-schema.d.ts6240644editdlrm
from-json-schema.js231720644editdlrm
index.cjs14640644editdlrm
index.d.cts1010644editdlrm
index.d.ts990644editdlrm
index.js990644editdlrm
iso.cjs24130644editdlrm
iso.d.cts11370644editdlrm
iso.d.ts11350644editdlrm
iso.js11510644editdlrm
package.json1040644editdlrm
parse.cjs22710644editdlrm
parse.d.cts25110644editdlrm
parse.d.ts25090644editdlrm
parse.js9970644editdlrm
schemas.cjs504910644editdlrm
schemas.d.cts473230644editdlrm
schemas.d.ts473190644editdlrm
schemas.js456010644editdlrm
Edit: /opt/canhelp/node_modules/better-auth/node_modules/zod/v4/classic/compat.d.ts (2199B)
import * as core from "../core/index.js"; import type { ZodType } from "./schemas.js"; export type { /** @deprecated Use `z.output` instead. */ output as TypeOf, /** @deprecated Use `z.output` instead. */ output as Infer, /** @deprecated Use `z.core.$$ZodFirstPartyTypes` instead */ $ZodTypes as ZodFirstPartySchemaTypes, } from "../core/index.js"; /** @deprecated Use the raw string literal codes instead, e.g. "invalid_type". */ export declare const ZodIssueCode: { readonly invalid_type: "invalid_type"; readonly too_big: "too_big"; readonly too_small: "too_small"; readonly invalid_format: "invalid_format"; readonly not_multiple_of: "not_multiple_of"; readonly unrecognized_keys: "unrecognized_keys"; readonly invalid_union: "invalid_union"; readonly invalid_key: "invalid_key"; readonly invalid_element: "invalid_element"; readonly invalid_value: "invalid_value"; readonly custom: "custom"; }; /** @deprecated Use `z.$ZodFlattenedError` */ export type inferFlattenedErrors = core.$ZodFlattenedError, U>; /** @deprecated Use `z.$ZodFormattedError` */ export type inferFormattedError, U = string> = core.$ZodFormattedError, U>; /** Use `z.$brand` instead */ export type BRAND = { [core.$brand]: { [k in T]: true; }; }; export { $brand, config } from "../core/index.js"; /** @deprecated Use `z.config(params)` instead. */ export declare function setErrorMap(map: core.$ZodErrorMap): void; /** @deprecated Use `z.config()` instead. */ export declare function getErrorMap(): core.$ZodErrorMap | undefined; export type { /** @deprecated Use z.ZodType (without generics) instead. */ ZodType as ZodTypeAny, /** @deprecated Use `z.ZodType` */ ZodType as ZodSchema, /** @deprecated Use `z.ZodType` */ ZodType as Schema, }; /** Included for Zod 3 compatibility */ export type ZodRawShape = core.$ZodShape; /** @deprecated Do not use. Stub definition, only included for zod-to-json-schema compatibility. */ export declare enum ZodFirstPartyTypeKind { }