| 15 | }; |
| 16 | |
| 17 | interface IFunctionCollection { |
| 18 | [k: number]: AnyFunction<any[], any>; |
| 19 | } |
| 20 | |
| 21 | let promiseCounter = 0; |
| 22 | const pendingPromiseCallbacks: IFunctionCollection = {}; |
nothing calls this directly
no outgoing calls
no test coverage detected