UNPKG

@visactor/vdataset

Version:

data processing tool

5 lines (4 loc) 173 B
import type { Parser } from '..'; import type { IGeoJSONOptions } from './geojson'; export type IGeoBufOptions = IGeoJSONOptions; export declare const geoBufParser: Parser;