Trait with the toString method.

interface ToString {
    toString(): string;
}

Hierarchy

Methods

Methods

Generated using TypeDoc