Module

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

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

Constructor type

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