Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nishanbajracharya/observer
A utility to observe changes to a value based on the observer pattern
https://github.com/nishanbajracharya/observer
javascript observer observer-pattern
Last synced: about 12 hours ago
JSON representation
A utility to observe changes to a value based on the observer pattern
- Host: GitHub
- URL: https://github.com/nishanbajracharya/observer
- Owner: nishanbajracharya
- License: mit
- Created: 2019-05-07T02:13:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T21:40:29.000Z (almost 2 years ago)
- Last Synced: 2023-07-31T12:36:38.843Z (over 1 year ago)
- Topics: javascript, observer, observer-pattern
- Language: JavaScript
- Size: 436 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# observer
A utility to observe changes to a value based on the observer pattern