import { allPass } from "https://deno.land/x/rambda@9.4.1/index.d.ts";
It returns true
, if all functions of predicates
return true
, when input
is their argument.
Parameters
predicates: ((x: T) => boolean)[]
Parameters
predicates: ((...inputs: T[]) => boolean)[]