4 lines
115 B
TypeScript
4 lines
115 B
TypeScript
import {OsmConnection} from "./Logic/Osm/OsmConnection";
|
|
|
|
|
|
const connection = new OsmConnection(false, undefined);
|