Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/timers/mod.ts>setTimeout

All timing functions you need - long and async timeouts, intervals, promise timeouts and more
Latest
function setTimeout
import { setTimeout } from "https://deno.land/x/timers@v0.2.3/mod.ts";

Parameters

optional
delay: number
...args: any[]

Returns

number