Add CombinedOnSignature.
This commit is contained in:
committed by
Andreas Hocevar
parent
25a095e489
commit
1870a64984
@@ -7,7 +7,7 @@ import {listen, listenOnce, unlistenByKey} from './events.js';
|
||||
|
||||
/***
|
||||
* @template {string} Type
|
||||
* @template {import("./events/Event.js").default} EventClass
|
||||
* @template {Event|import("./events/Event.js").default} EventClass
|
||||
* @typedef {(type: Type|Type[], listener: (event: EventClass) => (void|boolean)) => import("./events").EventsKey|Array<import("./events").EventsKey>} OnSignature
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user