Files
Aislo/node_modules/@maplibre/geojson-vt/dist/wrap.d.ts
T
2026-07-05 14:05:22 +09: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