UNPKG

@loaders.gl/shapefile

Version:

Loader for the Shapefile Format

10 lines 243 B
export interface SHXOutput { offsets: Int32Array; lengths: Int32Array; } /** * @param arrayBuffer * @returns SHXOutput */ export declare function parseShx(arrayBuffer: ArrayBuffer): SHXOutput; //# sourceMappingURL=parse-shx.d.ts.map