Skip to main content
Module

x/invert_kv/mod.ts

🙃 Invert key-value pairs in an object, e.g., { foo: "bar" } → { bar: "foo" }
Go to Latest
import * as invertKv from "https://deno.land/x/invert_kv@v1.0.0/mod.ts";
The documentation for this module is currently unavailable.