Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/danet/src/utils/mod.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@v0.1.0-alpha/src/utils/mod.ts";

Type Parameters

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