mirror of
https://github.com/sern-handler/handler
synced 2026-06-26 09:42:15 +00:00
i think cron works
This commit is contained in:
@@ -22,7 +22,6 @@ export interface Emitter {
|
||||
addListener(eventName: string | symbol, listener: AnyFunction): this;
|
||||
removeListener(eventName: string | symbol, listener: AnyFunction): this;
|
||||
emit(eventName: string | symbol, ...payload: any[]): boolean;
|
||||
on(eventName: string | symbol, listener: AnyFunction): this
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user