Skip to main content
Module

x/fae/reduce.ts

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

Variables

Returns a single value by iterating though functor calling the iterator function func. func takes two arguments. First - acc, Second - value.