UNPKG

osm-api

Version:

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

5 lines (4 loc) β€’ 241 B
import type { OsmChange } from "../../types"; import { type FetchOptions } from "../_osmFetch"; /** gets the osmChange file for a changeset */ export declare function getChangesetDiff(id: number, options?: FetchOptions): Promise<OsmChange>;