Skip to main content
Module

x/ramda/source/ifElse.js

:ram: Practical functional Javascript
Latest
import * as mod from "https://deno.land/x/ramda@v0.27.2/source/ifElse.js";

Variables

Creates a function that will process either the onTrue or the onFalse function depending upon the result of the condition predicate.