Skip to main content
Module

x/fun/promise.ts>AnyPromise

A collection of algebraic data types, lenses, and schemables based on a light weight higher kinded type implementation. Written for deno.
Latest
type alias AnyPromise
import { type AnyPromise } from "https://deno.land/x/fun@v2.0.0/promise.ts";

A type for Promise over any, useful as an extension target for functions that take any Promise and do not need to unwrap the type.

definition: Promise<any>