import { zipObject } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/array.js";
This method is like _.fromPairs
except that it accepts two arrays,
one of property identifiers and one of corresponding values.
import { zipObject } from "https://dotland.deno.dev/x/lodash_es@v0.0.2/src/array.js";
This method is like _.fromPairs
except that it accepts two arrays,
one of property identifiers and one of corresponding values.