smartuniverse/ts/smartuniverse.classes.broadcastevent.ts

9 lines
152 B
TypeScript
Raw Normal View History

2019-09-25 16:26:39 +00:00
import * as plugins from './smartuniverse.plugins';
/**
* broadcasts an event to multiple channels
*/
export class BroadcastEvent<T> {
2019-11-09 12:00:30 +00:00
fire() {}
}