mapcomplete/test.ts

17 lines
330 B
TypeScript
Raw Normal View History

2020-10-03 23:04:46 +00:00
//*
2020-10-05 18:42:54 +00:00
import opening_hours from "opening_hours";
2020-10-05 18:42:54 +00:00
const oh =new opening_hours("mo 09:00-17:00;Tu 09:00-17:00;We 09:00-17:00");
console.log(oh)
2020-10-03 23:04:46 +00:00
/*/
import {Utils} from "./Utils";
import {FixedUiElement} from "./UI/Base/FixedUiElement";
Utils.generateStats((stats) => {
new FixedUiElement(stats).AttachTo('maindiv')
})
//*/