UNPKG

@andreasnicolaou/overpass-client

Version:

A wrapper for the Overpass API to query OpenStreetMap data.

3 lines (2 loc) 209 B
export { OverpassClient, type ElementType, type OverpassElement, type OverpassNode, type OverpassRelation, type OverpassResponse, type OverpassWay, } from './client'; export { OverpassError } from './errors';