Skip to main content
Module

x/rambda/immutable.d.ts>allPass

Faster and smaller alternative to Ramda
Go to Latest
function allPass
import { allPass } from "https://deno.land/x/rambda@v7.0.1/immutable.d.ts";

It returns true, if all functions of predicates return true, when input is their argument.

Parameters

predicates: readonly ((x: T) => boolean)[]

Returns

(input: T) => boolean