Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
function delay
Re-export
import { delay } from "https://deno.land/x/discordeno_cache_plugin@0.0.21/deps.ts";

Pause the execution for a given amount of milliseconds.

Parameters

ms: number

Returns

Promise<void>