UNPKG

nuqs-svelte

Version:

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

5 lines (4 loc) 266 B
export declare const debugEnabled: boolean; export declare function debug(message: string, ...args: unknown[]): void; export declare function warn(message: string, ...args: unknown[]): void; export declare function sprintf(base: string, ...args: unknown[]): string;