Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
class ZodBoolean
extends ZodType<boolean, ZodBooleanDef>
import { ZodBoolean } from "https://deno.land/x/netzo@0.3.66/deps/zod/mod.ts";

Methods

_parse(input: ParseInput): ParseReturnType<boolean>

Static Properties

create: (params?: RawCreateParams & { coerce?: boolean; }) => ZodBoolean