import { zipObj } from "https://dotland.deno.dev/x/rambda@v9.2.0/mod.ts";
It will return a new object with keys of keys
array and values of values
array.
import { zipObj } from "https://dotland.deno.dev/x/rambda@v9.2.0/mod.ts";
It will return a new object with keys of keys
array and values of values
array.