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