Swap-Aggregator-Subgraph/node_modules/then-request/lib/handle-qs.js.flow
2022-07-03 07:27:35 +05:30

6 lines
140 B
Plaintext

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