Skip to main content
Module

x/muse/util.ts>wait

Youtube Music API (InnerTube) client for Deno, Node and the browser
Go to Latest
variable wait
import { wait } from "https://deno.land/x/muse@0.0.97/util.ts";

Wait a given number of milliseconds, then resolve

type

(ms: number) => unknown