deno.com
function clearTimeout
#clearTimeout(timeoutId:
Timeout
| string
| number
| undefined
): void

Cancels a Timeout object created by setTimeout().

Parameters #

#timeoutId:
Timeout
| string
| number
| undefined

Return Type #

void
variable clearTimeout

Type #

global.clearTimeout