@hastehaul/common 3.9.0 → 3.10.0
Sign up to get free protection for your applications and to get access to all the features.
- package/build/utils/utils.d.ts +1 -0
- package/package.json +1 -1
package/build/utils/utils.d.ts
CHANGED
@@ -11,6 +11,7 @@ export declare function getValueFromSettings(settings: Setting[], key: string, e
|
|
11
11
|
export declare function loadAsset(relativePath: string): Promise<string | null>;
|
12
12
|
export declare function loadAssetStream(relativePath: string): Promise<any>;
|
13
13
|
export declare function isPointInGeoJSON(latLng: number[], cachedGeoJsonData: {
|
14
|
+
type: string;
|
14
15
|
features: any;
|
15
16
|
}): Promise<{
|
16
17
|
isInside: boolean;
|