export type Ordering = -1 | 0 | 1 export const LT = -1 export const EQ = 0 export const GT = 1