UNPKG

osm-api

Version:

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

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