Interface ToString

A generic interface that simply requires that everything that implements it has a toString function.

Hierarchy

  • ToString

Properties

Properties

toString: (() => string)

Type declaration

    • (): string
    • Returns string

Generated using TypeDoc