UNPKG

ziko

Version:

A versatile JavaScript library offering a rich set of Hyperscript Based UI components, advanced mathematical utilities, interactivity ,animations, client side routing and more ...

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