@ointment/parameter
v0.1.2
Published
Type-safe url parameter stringify.
Downloads
2
Readme
@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.