Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 150 Bytes

getPreferences.md

File metadata and controls

15 lines (11 loc) · 150 Bytes

getPreferences

import { getPreferences } from "osm-api";

await getPreferences();

Response:

{
  "some key": "some value"
}