UNPKG

@visactor/vdataset

Version:

data processing tool

7 lines (6 loc) 217 B
import type { Parser } from '..'; import type { IGeoJSONOptions } from './geojson'; export interface ITopoJsonParserOptions extends IGeoJSONOptions { object: string; } export declare const topoJSONParser: Parser;