Skip to content

prototypeOf

@tsed/core

Usage

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

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

Overview

ts
function prototypeOf(target: any): any;

Description

Returns the prototype of a given class or instance.

Released under the MIT License.