Skip to main content
Module

x/hkts/task.ts>Task

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

Types


definition: () => Promise<A>