2024-03-21 14:30:48 +08:00

4 lines
91 B
TypeScript

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