toki-query-param
v1.0.0
Published
TOKI апп дээр миний апп ийг нээхдээ query param дамжуулах.
Downloads
13
Maintainers
Readme
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();