feat: new UI and build process
Some checks are pending
Gitea djledda.de/arne-drums/pipeline/head Build started...
Some checks are pending
Gitea djledda.de/arne-drums/pipeline/head Build started...
This commit is contained in:
5
src/Subscriber.ts
Normal file
5
src/Subscriber.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import {IPublisher} from "./Publisher";
|
||||
|
||||
export default interface ISubscriber {
|
||||
notify<T extends string | number>(publisher: IPublisher<T>, event: T | "all" | T[]): void;
|
||||
}
|
||||
Reference in New Issue
Block a user