type Listener: (...args) => void;
A callback function called when a an event is triggered.
args
any
void
utils/events.ts:13
Was this page helpful?