UNPKG
@sheto/storage
Version:
latest (1.5.2)
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
你见过这么方便的Storage操作库吗?我见过,就是这个!
gitee.com/sheto/storage
@sheto/storage
/
utils.d.ts
3 lines
(2 loc)
•
141 B
TypeScript
View Raw
1
2
3
export
declare
function
_generateStorageName
(
name
:
string
):
string
;
export
declare
function
_batchInitStore
(
name
?:
string
|
string
[]
):
void
;