Type alias Stringifiable

Stringifiable: {
    toString(): string;
}

any object or primitive that implements the toString method.

Type declaration

  • toString:function

Generated using TypeDoc