UNPKG
unstorage-driver-query-string
Version:
latest (1.2.0)
1.2.0
1.1.1
1.0.1
1.0.0
0.1.0
Query string driver for unstorage - store state in URL parameters
unstorage-driver-query-string
/
dist
/
types.d.ts
8 lines
•
224 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
QueryStringDriverOptions
{
url
?:
string
;
base
?:
string
;
updateHistory
?:
boolean
;
historyMethod
?:
'pushState'
|
'replaceState'
;
maxUrlLength
?:
number
; }
//# sourceMappingURL=types.d.ts.map