Skip to content
On this page

clearTimeout()

Clears a timer set with the setTimeout((...args: any[]) => void, number) function.

Function Definition

ts
function clearTimeout(id: number): void;

Arguments

  • id: number

Returns

  • void

Documentation

No Documentation Provided Yet

Documentation Created with ❤️ by Stuyk