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