Interface Comparable

Implements an iterable that allows comparing two elements to determine ordering.

Interface

Ordered

Hierarchy

  • Comparable

Properties

Properties

compare: ((other: any) => number)

Type declaration

    • (other: any): number
    • Parameters

      • other: any

      Returns number

Generated using TypeDoc