Files
2026-04-09 13:05:27 +02:00

6 lines
140 B
Plaintext

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