Skip to main content
Module

x/fae/until.ts

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

Variables

Takes a predicate, a transformation function, and an initial value, and returns a value of the same type as the initial value.