UNPKG

@phenixrts/sdk

Version:
5 lines (4 loc) 88 B
interface IComparable<T> { equals(other: T): boolean; } export default IComparable;