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

x/deno/std/util/async.ts>delay

A modern runtime for JavaScript and TypeScript.
Go to Latest
function delay
import { delay } from "https://deno.land/x/deno@v0.23.0/std/util/async.ts";

Parameters

ms: number

Returns

Promise<void>