Skip to main content
Module

x/mtkruto/0_deps.ts>GetConstructorType

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
type alias GetConstructorType
import { type GetConstructorType } from "https://deno.land/x/mtkruto@0.1.155/0_deps.ts";

Gets constructor type

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