3 lines
238 B
TypeScript
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
|