fix(core): update

This commit is contained in:
Philipp Kunz 2019-09-25 18:26:39 +02:00
parent e43ed3951c
commit fca960ad0d
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,10 @@
import * as plugins from './smartuniverse.plugins';
/**
* broadcasts an event to multiple channels
*/
export class BroadcastEvent<T> {
fire() {
}
};

View File

@ -0,0 +1,5 @@
import * as plugins from './smartuniverse.plugins';
export class BroadcastSUbscription {
}