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

x/fae/mod.ts>until

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