UNPKG

nuqs-svelte

Version:

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

4 lines (3 loc) 208 B
import type { Parser } from "./parsers"; export declare function safeParse<T>(parser: Parser<T>["parse"], value: string, key?: string): T | null; export declare function getDefaultThrottle(): 50 | 120 | 320;