Skip to main content
function setTimeout

Sets a timer which executes a function once after the timer expires.

Parameters

cb: (...args: unknown[]) => void
optional
delay: number
...args: unknown[]

Returns

number