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 ...

12 lines (11 loc) 247 B
export const __HYDRATION__ = { store : new Map(), index : 0, register: function(component){ this.store.set(this.index++ , component) }, reset(){ this.index = 0; this.store.clear() } }