import { propertyOf } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/util.js";
The opposite of _.property
; this method creates a function that returns
the value at a given path of object
.
import { propertyOf } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/util.js";
The opposite of _.property
; this method creates a function that returns
the value at a given path of object
.