UNPKG

jsts

Version:

A JavaScript library of spatial predicates and functions for processing geometry

10 lines (9 loc) 254 B
export default class Integer { static compare(x: any, y: any): 1 | -1 | 0; static isNan(n: any): any; static valueOf(value: any): Integer; constructor(value: any); value: any; intValue(): any; compareTo(o: any): 1 | -1 | 0; }