UNPKG

osm-api

Version:

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

6 lines (5 loc) β€’ 194 B
/** * extra options that are passed to {@link fetch}. Use this to * customise HTTP headers or pass an {@link AbortSignal}. */ export type FetchOptions = Omit<RequestInit, "method" | "body">;