Skip to main content
Module

x/fae/paths.ts

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

Variables

Retrieves the values at given paths pathsArr of obj. Each path in the pathsArr may be any array of keys or string of keys separated by / or . .