import { prop } from "https://deno.land/x/rambda@9.4.1/rambda.js";
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/rambda.js";
It returns the value of property propToFind
in obj
.
If there is no such property, it returns undefined
.