Skip to main content
Module

x/invert_kv/mod.ts

🙃 Invert key-value pairs in an object, e.g., { foo: "bar" } → { bar: "foo" }
Latest