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

getCombinableState

import { getCombinableState } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/state.ts";
function getCombinableState<E, A>(CE: Combinable<E>, CA: Combinable<A>): Combinable<State<E, A>>;
§
getCombinableState<E, A>(CE: Combinable<E>, CA: Combinable<A>): Combinable<State<E, A>>
[src]

§Type Parameters

§Parameters

§Return Type