Interface StringEquatable<T>

Trait of a stringifiable object with optional equals method.

interface StringEquatable {
    equals?(rhs): boolean;
    toString(): string;
}

Type Parameters

  • T = unknown

Hierarchy

Methods

Generated using TypeDoc