import { path } from "https://deno.land/x/rambda@9.4.1/immutable.d.ts";
If pathToSearch
is 'a.b'
then it will return 1
if obj
is {a:{b:1}}
.
It will return undefined
, if such path is not found.
import { path } from "https://deno.land/x/rambda@9.4.1/immutable.d.ts";
If pathToSearch
is 'a.b'
then it will return 1
if obj
is {a:{b:1}}
.
It will return undefined
, if such path is not found.