Introduction
Migration
Appearance
import { prototypeOf } from "@tsed/core";
See /packages/core/src/types/utils/objects/prototypeOf.ts.
function prototypeOf(target: any): any;
Return the prototype of the given class.