mirror of
https://github.com/xuxiaobo-bobo/boda_jsEnv.git
synced 2025-04-23 04:04:25 +08:00
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;
|