UNPKG

newmax-utils

Version:
6 lines (5 loc) 173 B
interface ParsedQs { [key: string]: undefined | string | string[] | ParsedQs | ParsedQs[]; } export declare const parseQuery: (query?: ParsedQs) => ParsedQs; export {};