gsmx
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

gsmx

mx.event.on("event1",(arg1)=>{

}); mx.event.emit("event1",1);

mx.store.set({a:{b:1}}); mx.store.on("a.b",(v)=>{

},true); mx.store.update("a.b",2);

Readme

Keywords

none

Package Sidebar

Install

npm i gsmx

Weekly Downloads

10

Version

1.0.6

License

ISC

Unpacked Size

3 kB

Total Files

4

Last publish

Collaborators

  • w2moon