UNPKG

zents

Version:

ZenTS is a Node.js & TypeScript MVC-Framework for building rich web applications, released as free and open-source software under the MIT License. It is designed for building web applications with modern tools and design patterns.

3 lines (2 loc) 162 B
import type { ValidationSchema } from '../types/types'; export declare function validation(schema: ValidationSchema): (target: any, propertyKey: string) => void;