Skip to main content
Module

x/ramda/mod.ts>invertObj

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

Returns a new object with the keys of the given object as values, and the values of the given object, which are coerced to strings, as keys. Note that the last key found is preferred when handling the same value.