state-singleton
Javascript observable state container
Getting Started
1. Installation
npm install state-singleton
2. Examples
state// triggered whenever the entity is changedstatestate;state // returns {a: 2}
Copyright and license
Copyright (c) 2015, Any Code lee@anycode.io
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.