import { zipObj } from "https://deno.land/x/rambda@9.4.1/immutable.d.ts";
It will return a new object with keys of keys
array and values of values
array.
Parameters
keys: readonly K[]
Parameters
keys: readonly K[]
import { zipObj } from "https://deno.land/x/rambda@9.4.1/immutable.d.ts";
It will return a new object with keys of keys
array and values of values
array.