UNPKG

locutus

Version:

Locutus other languages' standard libraries to JavaScript for fun and educational purposes

4 lines (3 loc) 120 B
type QueryValues = Record<string, string[]>; export declare function ParseQuery(query: string): QueryValues; export {};