clearImmediate

Bun

Symbol

clearImmediate

function clearImmediate(id?: number | Timer): void

Cancel an immediate function call by its immediate ID.

@param id

immediate id

Referenced types

interface Timer