UNPKG

osm-api

Version:

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

4 lines (3 loc) β€’ 200 B
import type { OsmMessage } from "../../types"; import { type FetchOptions } from "../_osmFetch"; export declare function deleteMessage(messageId: number, options?: FetchOptions): Promise<OsmMessage>;