Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(schedulers): no longer cause TypeScript build failures when Node …
…types aren't included The `TimerHandle` type references a type from `@types/node` but that package might not be available, using the return type of `setTimeout` achieves the same result but doesn't require `@types/node` to be installed.
- Loading branch information