Skip to main content
Go to Latest
type alias BiTransformAsync
import { type BiTransformAsync } from "https://deno.land/x/adoublef@0.0.1/mod.ts";

Type Parameters

T extends unknown
U extends unknown
R extends unknown
definition: (a: T, b: U) => Promise<R>