UNPKG

@tanstack/react-location-jsurl

Version:

See https://react-location.tanstack.com/tools/jsurl

3 lines (2 loc) 159 B
export declare function stringifySearch(search: Record<string, unknown>): string; export declare function parseSearch(searchStr: string): Record<string, any>;