UNPKG

leaflet-markercluster-utils

Version:
3 lines (2 loc) 140 B
import { Map, Marker } from 'leaflet'; export declare function findMarker(map: Map, condition: (marker: Marker) => boolean): Marker<any>[];