Skip to main content
Module

std/async/mod.ts>delay

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function delay
import { delay } from "https://deno.land/std@0.163.0/async/mod.ts";

Parameters

ms: number
optional
options: DelayOptions = [UNSUPPORTED]

Returns

Promise<void>