import { paths } from "https://deno.land/x/rambda@9.3.0/rambda.js";
It loops over members of pathsToSearch
as singlePath
and returns the array produced by R.path(singlePath, Record<string, unknown>)
.
Because it calls R.path
, then singlePath
can be either string or a list.
Parameters
obj: Input