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.

5 lines (4 loc) 386 B
import type { Class } from 'type-fest'; export declare function auth(provider?: string): (target: any, propertyKey: string) => void; export declare function securityProvider(provider?: string): (target: Class, propertyKey: string, parameterIndex: number) => void; export declare function session(provider?: string): (target: Class, propertyKey: string, parameterIndex: number) => void;