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

x/validatte/spec/utils.ts>TestSuite

A Savory Class validator for Deno
Go to Latest
type alias TestSuite
import { type TestSuite } from "https://deno.land/x/validatte@0.7.1/spec/utils.ts";
definition: { behavior: (...args: any[]) => (prop: any) => boolean; arguments: unknown[]; testedValues: unknown[]; results: unknown[]; names: string[]; }