UNPKG

psr7-js

Version:

URI and Query String immutable manipulation, support for bracket syntax.

4 lines (3 loc) 220 B
export declare function parse_query_string(queryString: string, delimiter?: string): any; export declare function render_query_string(qs: any, delimiter?: string): string; export declare function die(err: Error): never;