Skip to main content
Module

x/fae/pathOr.ts

A functional module for Deno inspired from Ramda.
Latest
import * as fae from "https://deno.land/x/fae@v1.1.1/pathOr.ts";

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.