UNPKG

event-local

Version:

Event client

11 lines (8 loc) 295 B
// import { RExempleService } from "./RExempleService"; import EventLocal from "./EventLocal"; import { TestHeandler } from './Test/TestHeandler'; (async () => { const eventLocal = new EventLocal(); let res = await eventLocal.onInit(); const r = new TestHeandler(eventLocal); })();