feat: more styling, bug fixes, deleting rows, removing unnecessary features
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import {IPublisher} from "./Publisher";
|
||||
|
||||
export default interface ISubscriber {
|
||||
notify<T extends string | number>(publisher: IPublisher<T>, event: T | "all" | T[]): void;
|
||||
notify<T extends string | number>(publisher: unknown, event: T | "all" | T[]): void;
|
||||
}
|
||||
Reference in New Issue
Block a user