UNPKG

nested-query-params

Version:
4 lines (3 loc) 129 B
declare type QueryPair = [key: string, val: string]; export declare function splitQuery(search: string): QueryPair[]; export {};