event-local
Version:
Event client
11 lines • 438 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
// import { RExempleService } from "./RExempleService";
const EventLocal_1 = require("./EventLocal");
const TestHeandler_1 = require("./Test/TestHeandler");
(async () => {
const eventLocal = new EventLocal_1.default();
let res = await eventLocal.onInit();
const r = new TestHeandler_1.TestHeandler(eventLocal);
})();
//# sourceMappingURL=test.js.map