Skip to main content
Module

x/omdb/deps.ts>z.ZodVoid

Access OMDb's API with Deno.
Go to Latest
class z.ZodVoid
extends ZodType<void, ZodVoidDef>
import { z } from "https://deno.land/x/omdb@v3.0.1/deps.ts";
const { ZodVoid } = z;

Methods

_parse(input: ParseInput): ParseReturnType<this["_output"]>

Static Properties

create: (params?: RawCreateParams) => ZodVoid