English
Appearance
weixin-ts / bot/src / EventHandler
EventHandler<T> = (...args) => void
T
args
void
Defined in: bot/src/events.ts:10
Generic event handler function type
T extends any[] = any[]
any
...T