UNPKG

range-ts

Version:

RangeMap implementation based on Guava

8 lines (7 loc) 157 B
/** * Used as a comparable interface */ export interface Comparable { /** Returns the primitive value of the specified object. */ valueOf(): number; }