getCombinableAllCopyimport { 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]§Return Type§Combinable<Predicate<A>>[src]