Print an object as a dictionary
import PrintDictionary from "..."; const self = { foo: "bar", baz: ["qux"], quux: { foo: "bar", baz: "qux", quux: "corge", }, self, }; printDictionary(self);