UNPKG
walletlink-e
Version:
latest (2.0.3-e1)
2.0.3-e1
WalletLink JavaScript SDK
github.com/luckyCoco3418/walletlink
luckyCoco3418/walletlink
walletlink-e
/
dist
/
lib
/
ScopedLocalStorage.d.ts
10 lines
(9 loc)
•
260 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
class
ScopedLocalStorage
{
private
scope;
constructor
(
scope
:
string
);
setItem
(
key
:
string
,
value
:
string
):
void
;
getItem
(
key
:
string
):
string
|
null
;
removeItem
(
key
:
string
):
void
;
clear
():
void
;
private
scopedKey; }