import Starter from "./class/provider/Starter"; import Application from "./class/Application"; (function () { Starter.run(Application) })();