literate-couscous

View the Project on GitHub posva/literate-couscous

Home > vue-router > stringifyQuery

stringifyQuery() function

Stringifies a LocationQueryRaw object. Like URLSearchParams, it doesn’t prepend a ?

Signature:

export declare function stringifyQuery(query: LocationQueryRaw): string;

Parameters

Parameter Type Description
query LocationQueryRaw query object to stringify

Returns:

string

string verion of the query without the leading ?