UNPKG

ziko

Version:

a versatile javaScript framework offering a rich set of UI components, advanced mathematical utilities, reactivity, animations, client side routing and graphics capabilities

15 lines (13 loc) 264 B
class ZikoDomObserver{ constructor(UIElement, options = {}){ this.cache = { target : UIElement, options : options, observer : null } } disconnect(){ } stream(){ } }