Skip to content

getConstructor

@tsed/core

Usage

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

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

Overview

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

Description

Get the class constructor

Released under the MIT License.