Skip to main content
The Deno 2 Release Candidate is here
Learn more
method ModCompilerService.prototype.delay
import { ModCompilerService } from "https://deno.land/x/sptaki@1.2.0/services/ModCompilerService.d.ts";

Wait the provided number of milliseconds

Parameters

ms: number

Milliseconds

Returns

Promise<unknown>