UNPKG

@loaders.gl/mvt

Version:

Loader for Mapbox Vector Tiles

4 lines 192 B
import Protobuf from 'pbf'; import type { MVTTile } from "./mvt-types.js"; export declare function writeMVT(tile: MVTTile, pbf?: Protobuf): void; //# sourceMappingURL=write-mvt-to-pbf.d.ts.map