(startTime: Date)
| 15 | // quick solution to prevent processing multiple results |
| 16 | // NOTE: may be possible to kill child process early if we migrate to tasks |
| 17 | export const debounce = (startTime: Date): boolean => +lastRun < +startTime + THROTTLE_OFFSET |