Skip to content

nameOf

@tsed/core

Usage

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

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

Overview

ts
function nameOf(obj: any): string;

Description

Get object name

Released under the MIT License.