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

x/validatte/mod.ts>createValidator

A Savory Class validator for Deno
Latest
variable createValidator
Re-export
import { createValidator } from "https://deno.land/x/validatte@0.7.5/mod.ts";

type

<T extends Array<any>>(validatorFunction: (...args: T) => ValidateFunction, errorMessage: string) => unknown