(callback: TimeoutCallback)
| 131 | * incorrect use of system `setTimeout` easier. |
| 132 | */ |
| 133 | export function systemSetTimeoutZero(callback: TimeoutCallback): void { |
| 134 | setTimeout(callback, 0) |
| 135 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…