UNPKG

165 BTypeScriptView Raw
1export declare function cleanQuery(params: Record<string, any>): Record<string, string>;
2export declare function formatQuery(params: Record<string, any>): string;