Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.7.3/src/utils/constructor.ts";

Type Parameters

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