UNPKG

unstorage-driver-query-string

Version:

Query string driver for unstorage - store state in URL parameters

8 lines 224 B
export interface QueryStringDriverOptions { url?: string; base?: string; updateHistory?: boolean; historyMethod?: 'pushState' | 'replaceState'; maxUrlLength?: number; } //# sourceMappingURL=types.d.ts.map