UNPKG

@loaders.gl/wkt

Version:

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

6 lines 217 B
import type { Geometry } from '@loaders.gl/schema'; export declare function encodeTWKB(geometry: Geometry, options?: { hasZ?: boolean; hasM?: boolean; }): ArrayBuffer; //# sourceMappingURL=encode-twkb.d.ts.map