@ointment/parameter Transforms your object into a url query string. import { paramsStringify } from "@ointment/parameter"; paramsStringify({ key: "value" }, "?"); // ?key=value License This project is licensed under the MIT License - see the LICENSE file for details.