Skip to main content
Module

x/ramda/source/index.js>ifElse

:ram: Practical functional Javascript
Latest
variable ifElse
import { ifElse } from "https://deno.land/x/ramda@v0.27.2/source/index.js";

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