import { type AbstractConstructor } from "https://deno.land/x/ayonli_jsext@v0.9.72/index.ts";
This interface represents the abstract constructor/class of the given T
type.
Properties
prototype: T
x/ayonli_jsext/index.ts>AbstractConstructor
import { type AbstractConstructor } from "https://deno.land/x/ayonli_jsext@v0.9.72/index.ts";
This interface represents the abstract constructor/class of the given T
type.