Skip to main content
Module

x/alosaur/src/injection/types/index.ts>constructor

Alosaur - Deno web framework with many decorators
Go to Latest
type alias constructor
import { type constructor } from "https://deno.land/x/alosaur@v0.5.1/src/injection/types/index.ts";

Constructor type

definition: { new (...args: any[]): T; }