clearInterval()
Clears a timer set with the setInterval((...args: any[]) => void, number)
function.
Function Definition
ts
function clearInterval(id: number): void;
Arguments
- id: number
Returns
- void
Documentation
No Documentation Provided Yet