Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pup/deps.ts>z.ZodError#flatten

Universal process manager built in Deno
Go to Latest
method z.ZodError.prototype.flatten
Re-export
import { z } from "https://deno.land/x/pup@1.0.0-alpha-7/deps.ts";
const { ZodError } = z;

Returns

typeToFlattenedError<T>

Parameters

optional
mapper: (issue: ZodIssue) => U

Returns

typeToFlattenedError<T, U>