UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines 328 B
/** * * @param {SignalHandler[]} handlers * @param {function} f * @param {*} [thisArg] * @returns {number} index of the handler, or -1 if not found */ export function findSignalHandlerIndexByHandle(handlers: SignalHandler[], f: Function, thisArg?: any): number; //# sourceMappingURL=findSignalHandlerIndexByHandle.d.ts.map