import { z } from "https://deno.land/x/pup@1.0.0-rc.7/deps.ts";
const { ZodAny } = z;
Methods
_parse(input: ParseInput): ParseReturnType<this["_output"]>
Static Properties
create: (params?: RawCreateParams) => ZodAny
import { z } from "https://deno.land/x/pup@1.0.0-rc.7/deps.ts";
const { ZodAny } = z;