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
/
url-manager-interface.d.ts
5 lines
•
152 B
TypeScript
View Raw
1
2
3
4
5
export
interface
UrlManager
{
getUrl
:
() =>
URL
;
updateInternalUrl
:
(
newUrl
: URL
) =>
void
; }
//# sourceMappingURL=url-manager-interface.d.ts.map