Files
Projekt-Visualisierung/node_modules/@maplibre/geojson-vt/dist/wrap.d.ts
2026-04-15 17:08:39 +02:00

3 lines
238 B
TypeScript

import type { GeoJSONVTInternalFeature, GeoJSONVTOptions } from './definitions';
export declare function wrap(features: GeoJSONVTInternalFeature[], options: GeoJSONVTOptions): GeoJSONVTInternalFeature[];
//# sourceMappingURL=wrap.d.ts.map