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

getCombinableAll

import { getCombinableAll } from "https://raw.githubusercontent.com/baetheus/fun/main/predicate.ts";
function getCombinableAll<A = never>(): Combinable<Predicate<A>>;
§
getCombinableAll<A = never>(): Combinable<Predicate<A>>
[src]

§Type Parameters

§
A = never
[src]