Skip to main content
Module

x/fae/all.ts>all

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

Return true if all the elements of the functor match predicate false otherwise

Acts as a transducer if a transformer is passed in place of functor

type

All