NodetimersclearTimeoutfunction clearTimeout#clearTimeout(timeoutId: Timeout | string | number | undefined): voidCancels a Timeout object created by setTimeout(). Parameters ##timeoutId: Timeout | string | number | undefinedReturn Type #voidvariable clearTimeoutType #global.clearTimeout
function clearTimeout#clearTimeout(timeoutId: Timeout | string | number | undefined): voidCancels a Timeout object created by setTimeout(). Parameters ##timeoutId: Timeout | string | number | undefinedReturn Type #void