UNPKG

locutus

Version:

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

5 lines (4 loc) 170 B
type QueryValue = string | string[]; type QueryValues = Record<string, QueryValue>; export declare function EncodeQuery(values: QueryValues | string): string; export {};