Skip to content

constructorOf

@tsed/core

Usage

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

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

Overview

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

Description

Get the class constructor

Released under the MIT License.