MastodonBot/src/test.ts

6 lines
No EOL
156 B
TypeScript

import OsmUserInfo from "./OsmUserInfo";
console.log("Hello world")
new OsmUserInfo(3818858).getMeLinks().then(links => console.log("Got links:", links))