UNPKG

geoportal-extensions-leaflet

Version:
9 lines 376 B
export default MathUtils; declare namespace MathUtils { function modulo(a: number, b: number): number; function decimalToDMS(degrees: number, hemispheres: any[], numDigits: number): Object; function toInteger(s: string, base: Numeric): any; function isInteger(s: string): boolean; function toFloat(s: string): any; } //# sourceMappingURL=MathUtils.d.ts.map