Skip to main content
Module

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

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

Constructor type

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