UNPKG

osm-api

Version:

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

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