@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
9 lines • 337 B
TypeScript
/**
*
* @param {SignalHandler[]} handlers
* @param {function} f
* @param {*} ctx
* @returns {number} index of the handler, or -1 if not found
*/
export function findSignalHandlerIndexByHandleAndContext(handlers: SignalHandler[], f: Function, ctx: any): number;
//# sourceMappingURL=findSignalHandlerIndexByHandleAndContext.d.ts.map