Skip to main content
Module

x/ramda/source/propOr.js>default

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

Return the specified property of the given non-null object if the property is present and it's value is not null, undefined or NaN.

Otherwise the first argument is returned.