Stringable

type Stringable

type Stringable = string | {
toString(): string;
};

String type or object with toString method.