Skip to main content
Module

x/ramda/source/propOr.js

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

Variables

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.