import { zipObj } from "https://dotland.deno.dev/x/rambda@9.4.1/rambda.js";
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@9.4.1/rambda.js";
It will return a new object with keys of keys
array and values of values
array.