Watches for a property modifications
Installation
npm install cjs-property-watcher
Usage
Add to the scope:
var watch = ;
Add hook for an object property:
var obj = fld: 123; ;
Trigger the hook with property modification:
objfld = 256;
Contribution
If you have any problems or suggestions please open an issue according to the contribution rules.
License
cjs-property-watcher
is released under the MIT License.