Skip to main content
Module

x/ramda/source/pathOr.js

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

Variables

If the given, non-null object has a value at the given path, returns the value at that path. Otherwise returns the provided default value.