A simple set of functions for intercepting and observing JavaScript objects and arrays.
npm install @web-native-js/observer> Observability and Interceptability, Objects and Arrays.
Observer is a simple set of functions for intercepting and observing JavaScript objects and arrays. It is designed for general-purpose event-based architectures (from UI data-binding to debugging, and everything in between). It draws its inspiration from Object.observe and JavaScript's other reflection APIs like Reflect.