6 lines
140 B
Plaintext
Raw Normal View History

2025-04-23 09:34:08 +08:00
// @flow
// Generated using flowgen2
declare function handleQs(url: string, query: {[key: string]: any}): string;
export default handleQs;