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

x/validatte/types.ts>ValidateFunction

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