MapComplete/src/test.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
178 B
TypeScript
Raw Normal View History

import Test from "./UI/Test.svelte"
2024-12-31 19:55:08 +01:00
import { OsmConnection } from "./Logic/Osm/OsmConnection"
2024-02-20 02:01:08 +01:00
2024-12-31 19:55:08 +01:00
new OsmConnection().interact("user/details.json").then(r => console.log(">>>", r))