Skip to main content
Module

x/zod/mod.ts>makeIssue

TypeScript-first schema validation with static type inference
Very Popular
Go to Latest
variable makeIssue
Re-export
import { makeIssue } from "https://deno.land/x/zod@v3.17.3/mod.ts";

type

(params: { data: any; path: (string | number)[]; errorMaps: ZodErrorMap[]; issueData: IssueData; }) => ZodIssue