Skip to content

getConstructorArgNames

@tsed/core

Usage

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

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

Overview

ts
function getConstructorArgNames(target: any): string[];

Released under the MIT License.