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

getCombinableAny

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

§Type Parameters

§
A = never
[src]