Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fae/mod.ts>all

A functional module for Deno inspired from Ramda.
Latest
variable all
import { all } from "https://deno.land/x/fae@v1.1.1/mod.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