UNPKG

188 BTypeScriptView Raw
1export declare const getQueryParams: () => import("qs").ParsedQs;
2export declare const getQueryParam: (key: string) => string | string[] | import("qs").ParsedQs | import("qs").ParsedQs[];