chore: added devdependencies, fixed exports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export type LEvent = string;
|
||||
export default interface ISubscriber<T extends LEvent> {
|
||||
export interface ISubscriber<T extends LEvent> {
|
||||
notify(publisher: unknown, event: T): void;
|
||||
}
|
||||
Reference in New Issue
Block a user