5 lines
89 B
TypeScript
5 lines
89 B
TypeScript
/**
|
|
* # Serialize Query
|
|
*/
|
|
export default function serializeQuery(query: any): string;
|