Skip to main content
Module

x/ramda/source/defaultTo.js

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

Variables

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