Interface Stringifiable

Stringifiable

Description

represents any object that implements the toString() method

interface Stringifiable {
    toString(): string;
}

Hierarchy (view full)

Methods

Methods

  • Returns string

Generated using TypeDoc