Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.