Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/danet/src/utils/constructor.ts>Constructor

A Savory web framework for Deno heavily inspired by Nest
Go to Latest
type alias Constructor
import { type Constructor } from "https://deno.land/x/danet@1.2.0/src/utils/constructor.ts";

Type Parameters

optional
T = unknown
definition: new (...args: any[]) => T