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

Implemented by

Properties

Properties

toString: (() => string)