import { default } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/conformsTo.js";
Checks if object
conforms to source
by invoking the predicate
properties of source
with the corresponding property values of object
.
Note: This method is equivalent to _.conforms
when source
is
partially applied.