0.2.0 • Published 5 years ago

@m.wang/storage v0.2.0

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

快应用 数据存储 storage, 添加promise支持。

安装

npm install -S @m.wang/storage
  • 添加接口权限
"features": [
  { "name": "system.storage"},
]

API

storage.get(KEY)

storage.set(KEY, VALUE)

storage.delete(KEY)

storage.clear()

storage.length()

Author

👤 M.Wang cn_wang@139.com

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

0.2.0

5 years ago

0.1.0

5 years ago