Module

std/async/mod.ts>delay

Deno standard library
Go to Latest
function delay
import { delay } from "https://dotland.deno.dev/std@0.81.0/async/mod.ts";

Parameters

ms: number

Returns

Promise<void>