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

16 lines (14 loc) 421 B
import { __ZikoEvent__ } from "./__ZikoEvent__.js"; import { Events } from "./__Events__.js"; class ZikoEventHash extends __ZikoEvent__{ constructor(target, customizer){ super(target, Events.Hash, details_setter, customizer) } } function details_setter(){ } const bindHashEvent = (target, customizer) => new ZikoEventHash(target, customizer) export{ bindHashEvent, ZikoEventHash }