UNPKG

osm-api

Version:

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

4 lines (3 loc) β€’ 170 B
import type { Tags } from "../../types"; import { type FetchOptions } from "../_osmFetch"; export declare function getPreferences(options?: FetchOptions): Promise<Tags>;