Skip to content

classOf

@tsed/core

Usage

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

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

Overview

ts
function classOf(target: any): any;

Description

Get the provide constructor if target is an instance.

Released under the MIT License.