toki-query-param
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

TOKI QUERY PARAM

Example

    import tokiQueryParam from "toki-query-param";
    const run = async () => {
      console.log("running");
      const body = {
        find_product: "PUBG MOBILE",
      };
      const app = "63a2afd4f01b4ee2f108212d";
      const result = tokiQueryParam(app.toString(), body);
      console.log("done", result);
    };
    run();

Package Sidebar

Install

npm i toki-query-param

Weekly Downloads

3

Version

1.0.0

License

ISC

Unpacked Size

2.52 kB

Total Files

4

Last publish

Collaborators

  • togtokh.dev