Skip to main content
Module

x/lume/deps/assert.ts>GetConstructorType

🔥 Static site generator for Deno 🦕
Very Popular
Latest
type alias GetConstructorType
import { type GetConstructorType } from "https://deno.land/x/lume@v2.1.4/deps/assert.ts";

Gets constructor type

definition: T extends new (...args: any) => infer C ? C : never