update
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import type { ExplicitAny } from '#root/global.js';
|
||||
|
||||
type EventListener<T extends unknown[]> = (...args: T) => void | Promise<void>;
|
||||
|
||||
type OnOptions = {
|
||||
|
||||
Reference in New Issue
Block a user