Skip to content

constructorOf

@tsed/core

Usage

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

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

Overview

ts
function constructorOf(target: any): Type<any>;

Description

Alias of getConstructor.

Released under the MIT License.