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

x/validatte/types.ts>ValidateFunction

A Savory Class validator for Deno
Latest
type alias ValidateFunction
import { type ValidateFunction } from "https://deno.land/x/validatte@0.7.5/types.ts";
definition: (property: any) => boolean