Module

x/zod/index.ts>ZodLiteral#_parse

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
method ZodLiteral.prototype._parse
import { ZodLiteral } from "https://dotland.deno.dev/x/zod@v3.21.3/index.ts";

Parameters

input: ParseInput

Returns

ParseReturnType<this["_output"]>