Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • Symbol
    • InjectionKey

Index

Properties

Readonly [toStringTag]

[toStringTag]: string

Readonly description

description: undefined | string

Expose the [[Description]] internal slot of a symbol directly.

Methods

[toPrimitive]

  • [toPrimitive](hint: string): symbol
  • Converts a Symbol object to a symbol.

    Parameters

    • hint: string

    Returns symbol

toString

  • toString(): string
  • Returns a string representation of an object.

    Returns string

valueOf

  • valueOf(): symbol
  • Returns the primitive value of the specified object.

    Returns symbol

Generated using TypeDoc