Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

getCombinablePromise

import { getCombinablePromise } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/promise.ts";
function getCombinablePromise<A>({ combine }: Combinable<A>): Combinable<Promise<A>>;
§
getCombinablePromise<A>({ combine }: Combinable<A>): Combinable<Promise<A>>
[src]

§Type Parameters

§Parameters

§
{ combine }: Combinable<A>
[src]

§Return Type

§
Combinable<Promise<A>>
[src]