Skip to main content
Module

x/fae/allPass.ts>allPass

A functional module for Deno inspired from Ramda.
Latest
variable allPass
import { allPass } from "https://deno.land/x/fae@v1.1.1/allPass.ts";

Takes a list of predicates and returns a predicate that returns true for a given list of arguments if every one of the provided predicates is satisfied by those arguments.

type

AllPass