Deprecated
This will be removed in 1.0.0. Import from https://deno.land/std/assert/assert_instance_of.ts instead.
import { type GetConstructorType } from "https://deno.land/std@0.224.0/testing/asserts.ts";
Gets constructor type
Type Parameters
T extends AnyConstructor
deprecated
definition: T extends new (...args: any) => infer C ? C : never