Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/validatte/errors.ts>formatErrors

A Savory Class validator for Deno
Go to Latest
variable formatErrors
import { formatErrors } from "https://deno.land/x/validatte@0.6.0/errors.ts";

type

(errors: ValidationError[], propertyName: string) => unknown