Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/frugal/dep/zod.ts>StringValidation

A frugal web framework
Latest
type alias StringValidation
Re-export
import { type StringValidation } from "https://deno.land/x/frugal@0.9.6/dep/zod.ts";
definition:
| "email"
| "url"
| "emoji"
| "uuid"
| "regex"
| "cuid"
| "cuid2"
| "ulid"
| "datetime"
| "ip"
| { includes: string; position?: number; }
| { startsWith: string; }
| { endsWith: string; }