UNPKG

@types/topojson-server

Version:
5 lines (3 loc) 206 B
import * as GeoJSON from "geojson"; import * as TopoJSON from "topojson-specification"; export function topology(objects: { [k: string]: GeoJSON.GeoJsonObject }, quantization?: number): TopoJSON.Topology;