UNPKG

192 BTypeScriptView Raw
1export function decodeQueryParams(url: string): {
2 [x: string]: string;
3};
4export function encodeQueryParams(params: {
5 [x: string]: string;
6}): string;
7//# sourceMappingURL=url.d.ts.map
\No newline at end of file