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
/
dist
/
uniapp.d.ts
5 lines
(4 loc)
•
128 B
TypeScript
View Raw
1
2
3
4
5
import
{
Basic
}
from
"./index"
;
export
declare
class
StoragePlus
extends
Basic
{
constructor
(
_Name
?:
string
|
string
[]
); }