Skip to main content
Module

x/scaffold/src/deps/types.ts>Constructor

scaffold your next project with style and 💗
Latest
type alias Constructor
import { type Constructor } from "https://deno.land/x/scaffold@0.3.0/src/deps/types.ts";

Matches a class constructor.

Type Parameters

T
optional
Arguments extends unknown[] = any[]
definition: new (...arguments_: Arguments) => T