Skip to main content
Module

std/node/timers.ts>setTimeout

Deno standard library
Go to Latest
function setTimeout
import { setTimeout } from "https://deno.land/std@0.166.0/node/timers.ts";

Parameters

callback: (...args: unknown[]) => void
optional
timeout: number
...args: unknown[]