Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/util/async.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@v0.35.0/util/async.ts";

Parameters

ms: number

Returns

Promise<void>