import { zod } from "https://deno.land/x/cav@0.0.24/test/test_deps.ts";
const { ZodSet } = zod;
Type Parameters
optional
Value extends ZodTypeAny = ZodTypeAnyMethods
_parse(input: ParseInput): ParseReturnType<this["_output"]>
max(maxSize: number, message?: errorUtil.ErrMessage): this
min(minSize: number, message?: errorUtil.ErrMessage): this
size(size: number, message?: errorUtil.ErrMessage): this
Static Properties
create: <Value extends ZodTypeAny = ZodTypeAny>(valueType: Value, params?: RawCreateParams) => ZodSet<Value>