UNPKG

@loaders.gl/wkt

Version:

Loader and Writer for the WKT (Well Known Text) Format

8 lines 260 B
import type { Feature, Geometry } from '@loaders.gl/schema'; /** * Stringifies a GeoJSON object into WKT * @param geojson * @returns string */ export declare function encodeWKT(geometry: Geometry | Feature): string; //# sourceMappingURL=encode-wkt.d.ts.map