Interface IStringable

interface IStringable {
    toString: (() => string);
}

Hierarchy (view full)

Implemented by

Properties

Properties

toString: (() => string)

Type declaration

    • (): string
    • Returns string