UNPKG

osm-api

Version:

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

3 lines (2 loc) β€’ 145 B
import { type FetchOptions } from "../_osmFetch"; export declare function deletePreferences(key: string, options?: FetchOptions): Promise<void>;