smartuniverse/ts/smartuniverse.classes.broadcastevent.ts
2019-09-25 18:26:39 +02:00

10 lines
160 B
TypeScript

import * as plugins from './smartuniverse.plugins';
/**
* broadcasts an event to multiple channels
*/
export class BroadcastEvent<T> {
fire() {
}
};