6 lines
140 B
Plaintext
6 lines
140 B
Plaintext
|
// @flow
|
||
|
// Generated using flowgen2
|
||
|
|
||
|
declare function handleQs(url: string, query: {[key: string]: any}): string;
|
||
|
export default handleQs;
|