Skip to content

prototypeOf

@tsed/core

Usage

typescript
import { prototypeOf } from "@tsed/core";

See /packages/core/src/types/utils/objects/prototypeOf.ts.

Overview

ts
function prototypeOf(target: any): any;

Description

Return the prototype of the given class.

Released under the MIT License.