Skip to main content
Module

x/ramda/mod.ts>invert

:ram: Practical functional Javascript
Latest
variable invert
import { invert } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

Same as R.invertObj, however this accounts for objects with duplicate values by putting the values into an array.