nextalys-js-helpers
Advanced tools
Comparing version
@@ -6,2 +6,4 @@ export declare class NxsLocation { | ||
static isLocationDefined(location: NxsLocation): boolean; | ||
isDefined(): boolean; | ||
toLngLat(): [number, number]; | ||
} | ||
@@ -8,0 +10,0 @@ export declare class NxsBounds { |
@@ -23,2 +23,8 @@ "use strict"; | ||
}; | ||
NxsLocation.prototype.isDefined = function () { | ||
return NxsLocation.isLocationDefined(this); | ||
}; | ||
NxsLocation.prototype.toLngLat = function () { | ||
return [this.lng, this.lat]; | ||
}; | ||
return NxsLocation; | ||
@@ -25,0 +31,0 @@ }()); |
{ | ||
"name": "nextalys-js-helpers", | ||
"version": "0.2.108", | ||
"version": "0.2.109", | ||
"description": "Nextalys Javascript Helpers", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
1202395
0.04%18589
0.04%