smartuniverse/ts/smartuniverse.classes.broadcastevent.ts
2019-11-09 13:00:30 +01:00

9 lines
152 B
TypeScript

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