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

4 lines
91 B
TypeScript

export default function handleQs(url: string, query: {
[key: string]: any;
}): string;