UNPKG

@web-native-js/observer

Version:

A simple set of functions for intercepting and observing JavaScript objects and arrays.

16 lines (13 loc) 243 B
/** * @imports */ import Observer from './index.js'; // As globals if (!window.WN) { window.WN = {}; } window.WN.Observer = Observer; if (!window.WebNative) { window.WebNative = {}; } window.WebNative.Observer = Observer;