Skip to content

nameOfClass

@tsed/core

Usage

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

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

Overview

ts
function nameOfClass(targetClass: any): string;

Description

Get the provide name.

Released under the MIT License.