Skip to main content
Module

x/ramda/mod.ts>defaultTo

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

Returns the second argument if it is not null, undefined or NaN; otherwise the first argument is returned.