UNPKG

osm-api

Version:

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

4 lines (3 loc) β€’ 193 B
import type { LoginData, Transaction } from "./types"; /** @interal */ export declare function exchangeCode(fullUrl: string, { options, pkceVerifier, state }: Transaction): Promise<LoginData>;