Skip to main content
Module

x/ramda/mod.ts>ifElse

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

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