UNPKG

@tanstack/react-location-jsurl

Version:

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

4 lines (3 loc) 173 B
export declare function stringify(v: any): string; export declare function parse(s: string): unknown; export declare function tryParse<T>(s: string, def: any): unknown | T;