Module

x/proc/tests/deps/asserts.ts>GetConstructorType

A better way to work with processes in Deno.
Latest
type alias GetConstructorType
import { type GetConstructorType } from "https://dotland.deno.dev/x/proc@0.21.9/tests/deps/asserts.ts";

Gets constructor type

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