UNPKG
xbccs
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
customer service
xbccs
/
dist
/
utils
/
storage.d.ts
6 lines
(5 loc)
•
143 B
TypeScript
View Raw
1
2
3
4
5
6
export
default
class
Storage
{
static
set
(key: any, value: any)
: void;
static
get
(key: any)
: any;
static
remove
(key: any)
: void;
}