Skip to content

nameOfSymbol

@tsed/core

Usage

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

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

Overview

ts
const nameOfSymbol: (sym: symbol) => string;

Description

Get symbol name.

Released under the MIT License.