Skip to main content
Module

x/fae/when.ts

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

Variables

Applies func on value if the test predicate is true and returns it; returns value otherwise.