/opt/canhelp/node_modules/zod/v4/mini
Edit: /opt/canhelp/node_modules/zod/v4/mini/coerce.d.cts (642B)
import * as core from "../core/index.cjs";
import * as schemas from "./schemas.cjs";
export declare function string
(params?: string | core.$ZodStringParams): schemas.ZodMiniString;
export declare function number(params?: string | core.$ZodNumberParams): schemas.ZodMiniNumber;
export declare function boolean(params?: string | core.$ZodBooleanParams): schemas.ZodMiniBoolean;
export declare function bigint(params?: string | core.$ZodBigIntParams): schemas.ZodMiniBigInt;
export declare function date(params?: string | core.$ZodDateParams): schemas.ZodMiniDate;