Interface StringifyableObject

Represents objects that can be converted to strings.

Hierarchy

  • StringifyableObject

Methods

Methods

  • toString(): string
  • Gets the object's string representation.

    Returns

    The object's string representation.

    Returns string

Generated using TypeDoc