Introduction
Migration
Appearance
import { classOf } from "@tsed/core";
See /packages/core/src/types/utils/objects/classOf.ts.
function classOf(target: any): any;
Get the provide constructor if target is an instance.