UNPKG

nuqs-svelte

Version:

Svelte adaptation of the `nuqs` library for managing URL query strings as state.

5 lines (4 loc) 256 B
export declare function renderQueryString(search: URLSearchParams): string; export declare function encodeQueryValue(input: string): string; export declare const URL_MAX_LENGTH = 2000; export declare function warnIfURLIsTooLong(queryString: string): void;