Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/omdb/deps.ts>z.ZodString#datetime

Access OMDb's API with Deno.
Go to Latest
method z.ZodString.prototype.datetime
import { z } from "https://deno.land/x/omdb@v3.0.1/deps.ts";
const { ZodString } = z;

Parameters

optional
options: string | { message?: string | undefined; precision?: number | null; offset?: boolean; }