Skip to main content
Module

std/async/mod.ts>delay

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

Parameters

ms: number

Returns

Promise<void>