Skip to main content
Module

x/ramda/mod.ts>pathOr

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

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.