2025-04-23 09:34:08 +08:00

4 lines
91 B
TypeScript

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