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

x/danet/src/deps.ts>validateObject

A Savory web framework for Deno heavily inspired by Nest
Go to Latest
variable validateObject
Re-export
import { validateObject } from "https://deno.land/x/danet@1.7.3/src/deps.ts";

type

<T extends Constructor>(obj: any, Class: T) => ValidationError[]