@map-colonies/mc-utils 1.9.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +67 -67
- package/dist/arrays/index.d.ts +1 -1
- package/dist/arrays/index.d.ts.map +0 -0
- package/dist/arrays/index.js +17 -13
- package/dist/arrays/index.js.map +1 -1
- package/dist/arrays/subGroups.d.ts +8 -8
- package/dist/arrays/subGroups.d.ts.map +0 -0
- package/dist/arrays/subGroups.js +138 -138
- package/dist/arrays/subGroups.js.map +0 -0
- package/dist/communication/http/httpClient.d.ts +29 -28
- package/dist/communication/http/httpClient.d.ts.map +1 -1
- package/dist/communication/http/httpClient.js +434 -429
- package/dist/communication/http/httpClient.js.map +1 -1
- package/dist/communication/http/index.d.ts +1 -1
- package/dist/communication/http/index.d.ts.map +0 -0
- package/dist/communication/http/index.js +17 -13
- package/dist/communication/http/index.js.map +1 -1
- package/dist/communication/index.d.ts +1 -1
- package/dist/communication/index.d.ts.map +0 -0
- package/dist/communication/index.js +17 -13
- package/dist/communication/index.js.map +1 -1
- package/dist/dateTime/getUTCDate.d.ts +1 -1
- package/dist/dateTime/getUTCDate.d.ts.map +0 -0
- package/dist/dateTime/getUTCDate.js +10 -10
- package/dist/dateTime/getUTCDate.js.map +0 -0
- package/dist/dateTime/index.d.ts +1 -1
- package/dist/dateTime/index.d.ts.map +0 -0
- package/dist/dateTime/index.js +17 -13
- package/dist/dateTime/index.js.map +1 -1
- package/dist/geo/bboxUtils.d.ts +23 -23
- package/dist/geo/bboxUtils.d.ts.map +0 -0
- package/dist/geo/bboxUtils.js +89 -89
- package/dist/geo/bboxUtils.js.map +0 -0
- package/dist/geo/geoConvertor.d.ts +18 -18
- package/dist/geo/geoConvertor.d.ts.map +0 -0
- package/dist/geo/geoConvertor.js +51 -51
- package/dist/geo/geoConvertor.js.map +0 -0
- package/dist/geo/geoHash.d.ts +24 -24
- package/dist/geo/geoHash.d.ts.map +1 -1
- package/dist/geo/geoHash.js +274 -242
- package/dist/geo/geoHash.js.map +1 -1
- package/dist/geo/geoIntersection.d.ts +19 -19
- package/dist/geo/geoIntersection.d.ts.map +0 -0
- package/dist/geo/geoIntersection.js +70 -70
- package/dist/geo/geoIntersection.js.map +0 -0
- package/dist/geo/index.d.ts +8 -8
- package/dist/geo/index.d.ts.map +0 -0
- package/dist/geo/index.js +24 -20
- package/dist/geo/index.js.map +1 -1
- package/dist/geo/tileBatcher.d.ts +8 -8
- package/dist/geo/tileBatcher.d.ts.map +1 -1
- package/dist/geo/tileBatcher.js +188 -167
- package/dist/geo/tileBatcher.js.map +1 -1
- package/dist/geo/tileRanger.d.ts +46 -46
- package/dist/geo/tileRanger.d.ts.map +0 -0
- package/dist/geo/tileRanger.js +327 -327
- package/dist/geo/tileRanger.js.map +0 -0
- package/dist/geo/tiles.d.ts +82 -82
- package/dist/geo/tiles.d.ts.map +1 -1
- package/dist/geo/tiles.js +246 -238
- package/dist/geo/tiles.js.map +1 -1
- package/dist/geo/tilesGenerator.d.ts +2 -2
- package/dist/geo/tilesGenerator.d.ts.map +0 -0
- package/dist/geo/tilesGenerator.js +94 -94
- package/dist/geo/tilesGenerator.js.map +0 -0
- package/dist/index.d.ts +5 -5
- package/dist/index.d.ts.map +0 -0
- package/dist/index.js +21 -17
- package/dist/index.js.map +1 -1
- package/dist/models/enums/gdal/dataType.d.ts +16 -16
- package/dist/models/enums/gdal/dataType.d.ts.map +0 -0
- package/dist/models/enums/gdal/dataType.js +20 -20
- package/dist/models/enums/gdal/dataType.js.map +0 -0
- package/dist/models/enums/gdal/index.d.ts +2 -2
- package/dist/models/enums/gdal/index.d.ts.map +0 -0
- package/dist/models/enums/gdal/index.js +18 -14
- package/dist/models/enums/gdal/index.js.map +1 -1
- package/dist/models/enums/gdal/resamplingMethod.d.ts +16 -16
- package/dist/models/enums/gdal/resamplingMethod.d.ts.map +0 -0
- package/dist/models/enums/gdal/resamplingMethod.js +20 -20
- package/dist/models/enums/gdal/resamplingMethod.js.map +0 -0
- package/dist/models/enums/geo/index.d.ts +1 -1
- package/dist/models/enums/geo/index.d.ts.map +0 -0
- package/dist/models/enums/geo/index.js +17 -13
- package/dist/models/enums/geo/index.js.map +1 -1
- package/dist/models/enums/geo/tileOrigin.d.ts +7 -7
- package/dist/models/enums/geo/tileOrigin.d.ts.map +0 -0
- package/dist/models/enums/geo/tileOrigin.js +11 -11
- package/dist/models/enums/geo/tileOrigin.js.map +0 -0
- package/dist/models/enums/index.d.ts +2 -2
- package/dist/models/enums/index.d.ts.map +0 -0
- package/dist/models/enums/index.js +18 -14
- package/dist/models/enums/index.js.map +1 -1
- package/dist/models/index.d.ts +2 -2
- package/dist/models/index.d.ts.map +0 -0
- package/dist/models/index.js +18 -14
- package/dist/models/index.js.map +1 -1
- package/dist/models/interfaces/geo/iPoint.d.ts +7 -7
- package/dist/models/interfaces/geo/iPoint.d.ts.map +0 -0
- package/dist/models/interfaces/geo/iPoint.js +2 -2
- package/dist/models/interfaces/geo/iPoint.js.map +0 -0
- package/dist/models/interfaces/geo/iTile.d.ts +15 -15
- package/dist/models/interfaces/geo/iTile.d.ts.map +0 -0
- package/dist/models/interfaces/geo/iTile.js +2 -2
- package/dist/models/interfaces/geo/iTile.js.map +0 -0
- package/dist/models/interfaces/geo/index.d.ts +2 -2
- package/dist/models/interfaces/geo/index.d.ts.map +0 -0
- package/dist/models/interfaces/geo/index.js +18 -14
- package/dist/models/interfaces/geo/index.js.map +1 -1
- package/dist/models/interfaces/index.d.ts +1 -1
- package/dist/models/interfaces/index.d.ts.map +0 -0
- package/dist/models/interfaces/index.js +17 -13
- package/dist/models/interfaces/index.js.map +1 -1
- package/package.json +79 -79
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { Feature, FeatureCollection, MultiPolygon, Polygon } from '@turf/turf';
|
|
2
|
-
/**
|
|
3
|
-
* tuft intersect supported footprint types
|
|
4
|
-
*/
|
|
5
|
-
declare type Footprint = Polygon | MultiPolygon | Feature<Polygon | MultiPolygon>;
|
|
6
|
-
/**
|
|
7
|
-
* return the intersection footprint of all specified footprints or null when there is no intersection
|
|
8
|
-
* @param footprints footprint list to intersect
|
|
9
|
-
* @returns intersection footprint or null
|
|
10
|
-
*/
|
|
11
|
-
declare const multiIntersect: (footprints: Footprint[]) => Footprint | null;
|
|
12
|
-
/**
|
|
13
|
-
* indicates if 2 object of type FeatureCollection are equal by validating properties and features array (order not important)
|
|
14
|
-
* @param fc1 first featureCollection to compare equal
|
|
15
|
-
* @param fc2 second featureCollection to compare equal
|
|
16
|
-
* @returns true if same featureCollection, false if not
|
|
17
|
-
*/
|
|
18
|
-
declare const featureCollectionBooleanEqual: (fc1: FeatureCollection, fc2: FeatureCollection) => boolean;
|
|
19
|
-
export { multiIntersect, featureCollectionBooleanEqual, Footprint };
|
|
1
|
+
import { Feature, FeatureCollection, MultiPolygon, Polygon } from '@turf/turf';
|
|
2
|
+
/**
|
|
3
|
+
* tuft intersect supported footprint types
|
|
4
|
+
*/
|
|
5
|
+
declare type Footprint = Polygon | MultiPolygon | Feature<Polygon | MultiPolygon>;
|
|
6
|
+
/**
|
|
7
|
+
* return the intersection footprint of all specified footprints or null when there is no intersection
|
|
8
|
+
* @param footprints footprint list to intersect
|
|
9
|
+
* @returns intersection footprint or null
|
|
10
|
+
*/
|
|
11
|
+
declare const multiIntersect: (footprints: Footprint[]) => Footprint | null;
|
|
12
|
+
/**
|
|
13
|
+
* indicates if 2 object of type FeatureCollection are equal by validating properties and features array (order not important)
|
|
14
|
+
* @param fc1 first featureCollection to compare equal
|
|
15
|
+
* @param fc2 second featureCollection to compare equal
|
|
16
|
+
* @returns true if same featureCollection, false if not
|
|
17
|
+
*/
|
|
18
|
+
declare const featureCollectionBooleanEqual: (fc1: FeatureCollection, fc2: FeatureCollection) => boolean;
|
|
19
|
+
export { multiIntersect, featureCollectionBooleanEqual, Footprint };
|
|
20
20
|
//# sourceMappingURL=geoIntersection.d.ts.map
|
|
File without changes
|
|
@@ -1,71 +1,71 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.featureCollectionBooleanEqual = exports.multiIntersect = void 0;
|
|
7
|
-
var turf_1 = require("@turf/turf");
|
|
8
|
-
var lodash_1 = __importDefault(require("lodash"));
|
|
9
|
-
var featuresCustomizer = function (objectValue, otherValue) {
|
|
10
|
-
// compare features
|
|
11
|
-
// https://lodash.com/docs/4.17.15#find
|
|
12
|
-
if (!lodash_1.default.isEqual(objectValue.length, otherValue.length)) {
|
|
13
|
-
return false;
|
|
14
|
-
}
|
|
15
|
-
for (var i = 0; i < objectValue.length; i++) {
|
|
16
|
-
var isFeatureContained = lodash_1.default.find(otherValue, objectValue[i]);
|
|
17
|
-
if (isFeatureContained === undefined) {
|
|
18
|
-
return false;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
for (var i = 0; i < otherValue.length; i++) {
|
|
22
|
-
var isFeatureContained = lodash_1.default.find(objectValue, otherValue[i]);
|
|
23
|
-
if (isFeatureContained === undefined) {
|
|
24
|
-
return false;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
return true;
|
|
28
|
-
};
|
|
29
|
-
var featureCollectionCustomized = function (objectValue, otherValue) {
|
|
30
|
-
// compare type
|
|
31
|
-
if (!lodash_1.default.isEqual(objectValue.type, otherValue.type)) {
|
|
32
|
-
return false;
|
|
33
|
-
}
|
|
34
|
-
// compare features
|
|
35
|
-
var isFeaturesEqual = lodash_1.default.isEqualWith(objectValue.features, otherValue.features, featuresCustomizer);
|
|
36
|
-
return isFeaturesEqual;
|
|
37
|
-
};
|
|
38
|
-
/**
|
|
39
|
-
* return the intersection footprint of all specified footprints or null when there is no intersection
|
|
40
|
-
* @param footprints footprint list to intersect
|
|
41
|
-
* @returns intersection footprint or null
|
|
42
|
-
*/
|
|
43
|
-
var multiIntersect = function (footprints) {
|
|
44
|
-
if (footprints.length === 0) {
|
|
45
|
-
return null;
|
|
46
|
-
}
|
|
47
|
-
else if (footprints.length === 1) {
|
|
48
|
-
return footprints[0];
|
|
49
|
-
}
|
|
50
|
-
var intersection = footprints[0];
|
|
51
|
-
for (var i = 1; i < footprints.length; i++) {
|
|
52
|
-
var curIntersection = (0, turf_1.intersect)(intersection, footprints[i]);
|
|
53
|
-
if (curIntersection === null) {
|
|
54
|
-
return null;
|
|
55
|
-
}
|
|
56
|
-
intersection = curIntersection;
|
|
57
|
-
}
|
|
58
|
-
return intersection;
|
|
59
|
-
};
|
|
60
|
-
exports.multiIntersect = multiIntersect;
|
|
61
|
-
/**
|
|
62
|
-
* indicates if 2 object of type FeatureCollection are equal by validating properties and features array (order not important)
|
|
63
|
-
* @param fc1 first featureCollection to compare equal
|
|
64
|
-
* @param fc2 second featureCollection to compare equal
|
|
65
|
-
* @returns true if same featureCollection, false if not
|
|
66
|
-
*/
|
|
67
|
-
var featureCollectionBooleanEqual = function (fc1, fc2) {
|
|
68
|
-
return lodash_1.default.isEqualWith(fc1, fc2, featureCollectionCustomized);
|
|
69
|
-
};
|
|
70
|
-
exports.featureCollectionBooleanEqual = featureCollectionBooleanEqual;
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.featureCollectionBooleanEqual = exports.multiIntersect = void 0;
|
|
7
|
+
var turf_1 = require("@turf/turf");
|
|
8
|
+
var lodash_1 = __importDefault(require("lodash"));
|
|
9
|
+
var featuresCustomizer = function (objectValue, otherValue) {
|
|
10
|
+
// compare features
|
|
11
|
+
// https://lodash.com/docs/4.17.15#find
|
|
12
|
+
if (!lodash_1.default.isEqual(objectValue.length, otherValue.length)) {
|
|
13
|
+
return false;
|
|
14
|
+
}
|
|
15
|
+
for (var i = 0; i < objectValue.length; i++) {
|
|
16
|
+
var isFeatureContained = lodash_1.default.find(otherValue, objectValue[i]);
|
|
17
|
+
if (isFeatureContained === undefined) {
|
|
18
|
+
return false;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
for (var i = 0; i < otherValue.length; i++) {
|
|
22
|
+
var isFeatureContained = lodash_1.default.find(objectValue, otherValue[i]);
|
|
23
|
+
if (isFeatureContained === undefined) {
|
|
24
|
+
return false;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
return true;
|
|
28
|
+
};
|
|
29
|
+
var featureCollectionCustomized = function (objectValue, otherValue) {
|
|
30
|
+
// compare type
|
|
31
|
+
if (!lodash_1.default.isEqual(objectValue.type, otherValue.type)) {
|
|
32
|
+
return false;
|
|
33
|
+
}
|
|
34
|
+
// compare features
|
|
35
|
+
var isFeaturesEqual = lodash_1.default.isEqualWith(objectValue.features, otherValue.features, featuresCustomizer);
|
|
36
|
+
return isFeaturesEqual;
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* return the intersection footprint of all specified footprints or null when there is no intersection
|
|
40
|
+
* @param footprints footprint list to intersect
|
|
41
|
+
* @returns intersection footprint or null
|
|
42
|
+
*/
|
|
43
|
+
var multiIntersect = function (footprints) {
|
|
44
|
+
if (footprints.length === 0) {
|
|
45
|
+
return null;
|
|
46
|
+
}
|
|
47
|
+
else if (footprints.length === 1) {
|
|
48
|
+
return footprints[0];
|
|
49
|
+
}
|
|
50
|
+
var intersection = footprints[0];
|
|
51
|
+
for (var i = 1; i < footprints.length; i++) {
|
|
52
|
+
var curIntersection = (0, turf_1.intersect)(intersection, footprints[i]);
|
|
53
|
+
if (curIntersection === null) {
|
|
54
|
+
return null;
|
|
55
|
+
}
|
|
56
|
+
intersection = curIntersection;
|
|
57
|
+
}
|
|
58
|
+
return intersection;
|
|
59
|
+
};
|
|
60
|
+
exports.multiIntersect = multiIntersect;
|
|
61
|
+
/**
|
|
62
|
+
* indicates if 2 object of type FeatureCollection are equal by validating properties and features array (order not important)
|
|
63
|
+
* @param fc1 first featureCollection to compare equal
|
|
64
|
+
* @param fc2 second featureCollection to compare equal
|
|
65
|
+
* @returns true if same featureCollection, false if not
|
|
66
|
+
*/
|
|
67
|
+
var featureCollectionBooleanEqual = function (fc1, fc2) {
|
|
68
|
+
return lodash_1.default.isEqualWith(fc1, fc2, featureCollectionCustomized);
|
|
69
|
+
};
|
|
70
|
+
exports.featureCollectionBooleanEqual = featureCollectionBooleanEqual;
|
|
71
71
|
//# sourceMappingURL=geoIntersection.js.map
|
|
File without changes
|
package/dist/geo/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export * from './bboxUtils';
|
|
2
|
-
export * from './geoConvertor';
|
|
3
|
-
export * from './geoHash';
|
|
4
|
-
export * from './geoIntersection';
|
|
5
|
-
export * from './tileBatcher';
|
|
6
|
-
export * from './tileRanger';
|
|
7
|
-
export * from './tiles';
|
|
8
|
-
export * from './tilesGenerator';
|
|
1
|
+
export * from './bboxUtils';
|
|
2
|
+
export * from './geoConvertor';
|
|
3
|
+
export * from './geoHash';
|
|
4
|
+
export * from './geoIntersection';
|
|
5
|
+
export * from './tileBatcher';
|
|
6
|
+
export * from './tileRanger';
|
|
7
|
+
export * from './tiles';
|
|
8
|
+
export * from './tilesGenerator';
|
|
9
9
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/geo/index.d.ts.map
CHANGED
|
File without changes
|
package/dist/geo/index.js
CHANGED
|
@@ -1,21 +1,25 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
__exportStar(
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
__exportStar(require("./
|
|
18
|
-
__exportStar(require("./
|
|
19
|
-
__exportStar(require("./
|
|
20
|
-
__exportStar(require("./
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./bboxUtils"), exports);
|
|
18
|
+
__exportStar(require("./geoConvertor"), exports);
|
|
19
|
+
__exportStar(require("./geoHash"), exports);
|
|
20
|
+
__exportStar(require("./geoIntersection"), exports);
|
|
21
|
+
__exportStar(require("./tileBatcher"), exports);
|
|
22
|
+
__exportStar(require("./tileRanger"), exports);
|
|
23
|
+
__exportStar(require("./tiles"), exports);
|
|
24
|
+
__exportStar(require("./tilesGenerator"), exports);
|
|
21
25
|
//# sourceMappingURL=index.js.map
|
package/dist/geo/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/geo/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/geo/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,iDAA+B;AAC/B,4CAA0B;AAC1B,oDAAkC;AAClC,gDAA8B;AAC9B,+CAA6B;AAC7B,0CAAwB;AACxB,mDAAiC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ITileRange } from '../models/interfaces/geo/iTile';
|
|
2
|
-
/**
|
|
3
|
-
* split collection of tile ranges to batches based on tile count
|
|
4
|
-
* @param batchSize amount of tile per batch
|
|
5
|
-
* @param ranges iterable collection of tile ranges
|
|
6
|
-
*/
|
|
7
|
-
declare function tileBatchGenerator(batchSize: number, ranges: Iterable<ITileRange>):
|
|
8
|
-
export { tileBatchGenerator };
|
|
1
|
+
import { ITileRange } from '../models/interfaces/geo/iTile';
|
|
2
|
+
/**
|
|
3
|
+
* split collection of tile ranges to batches based on tile count
|
|
4
|
+
* @param batchSize amount of tile per batch
|
|
5
|
+
* @param ranges iterable collection of tile ranges
|
|
6
|
+
*/
|
|
7
|
+
declare function tileBatchGenerator(batchSize: number, ranges: Iterable<ITileRange>): AsyncIterable<ITileRange[]>;
|
|
8
|
+
export { tileBatchGenerator };
|
|
9
9
|
//# sourceMappingURL=tileBatcher.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tileBatcher.d.ts","sourceRoot":"","sources":["../../src/geo/tileBatcher.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAE5D;;;;GAIG;AACH,
|
|
1
|
+
{"version":3,"file":"tileBatcher.d.ts","sourceRoot":"","sources":["../../src/geo/tileBatcher.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAE5D;;;;GAIG;AACH,iBAAgB,kBAAkB,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,CAAC,UAAU,CAAC,GAAG,aAAa,CAAC,UAAU,EAAE,CAAC,CAmF/G;AAED,OAAO,EAAE,kBAAkB,EAAE,CAAC"}
|