UNPKG

next

Version:

The React Framework

9 lines (8 loc) 273 B
import type { ParsedUrlQuery } from 'querystring'; /** * Converts the query into params. * * @param query the query to convert to params * @returns the params */ export declare function parsedUrlQueryToParams(query: ParsedUrlQuery): Record<string, string | string[]>;