Skip to main content
Module

x/ramda/source/ifElse.js>default

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

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