Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fae/whereAll.ts

A functional module for Deno inspired from Ramda.
Latest
import * as fae from "https://deno.land/x/fae@v1.1.1/whereAll.ts";

Variables

Takes a specs objects whose properties are predicate functions Each predicate is applied to the value of the corresponding property of the test object. Returns true if all the predicates are satisfied, false otherwise. NOTE returns false if there is no predicated functions