UNPKG

leaflet-markercluster-utils

Version:
9 lines 445 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getSpiderfiedCluster = void 0; function getSpiderfiedCluster(clusterLayer) { const spiderfied = clusterLayer === null || clusterLayer === void 0 ? void 0 : clusterLayer._spiderfied; // set type to any to access private property return spiderfied; } exports.getSpiderfiedCluster = getSpiderfiedCluster; //# sourceMappingURL=get-spiderfied-cluster.js.map