Skip to main content
Module

x/911/types.d.ts>Class

Opinionated collection of helper tools. Assembled with Deno in mind.
Go to Latest
type alias Class
import { type Class } from "https://deno.land/x/911@0.1.0/types.d.ts";

Matches a class constructor.

Type Parameters

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