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#ip

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

Parameters

optional
options: string | { version?: "v4" | "v6"; message?: string; }