Skip to main content
Module

x/hkts/affect.ts>asksLeft

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

type

<R, E = never, A = never>(fre: (r: R) => Promise<E>) => Affect<R, E, A>