UNPKG

@loaders.gl/wkt

Version:

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

10 lines 338 B
import type { WKTCRS } from "./parse-wkt-crs.js"; export type EncodeWKTCRSOptions = { debug?: boolean; }; /** * convert JSON representation of Well-Known Text * back to standard Well-Known Text */ export declare function encodeWKTCRS(wkt: WKTCRS, options?: EncodeWKTCRSOptions): string; //# sourceMappingURL=encode-wkt-crs.d.ts.map