@mutium/parameter
v0.1.1
Published
Type-safe url parameter stringify.
Downloads
3
Readme
@mutium/parameter
Transforms your object into a url query string.
import { paramsStringify } from "@mutium/parameter";
paramsStringify({ key: "value" }, "?"); // ?key=value
License
This project is licensed under the MIT License - see the LICENSE file for details.