Module

x/zod/mod.ts>z.ZodNonEmptyArray

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
type alias z.ZodNonEmptyArray
import { type z } from "https://dotland.deno.dev/x/zod@v3.23.0-beta.0/mod.ts";
const { ZodNonEmptyArray } = z;
definition: ZodArray<T, "atleastone">