Skip to main content
Module

x/hkts/fns.ts>wait

Functional programming tools: option, either, task, state, optics, etc.
Latest
variable wait
import { wait } from "https://deno.land/x/hkts@v0.0.52/fns.ts";

Wait

The wait function returns a Promise that resolves after ms milliseconds


type

(ms: number) => unknown