Skip to main content
Module

x/fae/until.ts>until

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

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

type

Until