Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 233 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 233 Bytes

store

for bitorjs application

  • 单例

install

npm i -S bitorjs-store

usage

const store = new Store()

// 添加一个模块,以$ 开头
store.$module = {}  

// 取 模块数据
store.$module