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