import { prop } from "https://deno.land/x/rambda@9.4.1/index.d.ts";
It returns the value of property propToFind
in obj
.
If there is no such property, it returns undefined
.
import { prop } from "https://deno.land/x/rambda@9.4.1/index.d.ts";
It returns the value of property propToFind
in obj
.
If there is no such property, it returns undefined
.