Skip to main content
Module

x/alosaur/src/types/type.ts

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
File
export interface Type<T> extends Function { new (...args: any[]): T;}