UNPKG

osm-api

Version:

πŸ—ΊοΈπŸŒ Javascript/Typescript wrapper around the OpenStreetMap API

5 lines (4 loc) β€’ 147 B
import type { OsmChange, Tags } from "../../types"; export declare function parseOsmChangeXml(xml: string): OsmChange & { changeset?: Tags; };