UNPKG

@nent/core

Version:

Functional elements to add routing, data-binding, dynamic HTML, declarative actions, audio, video, and so much more. Supercharge static HTML files into web apps without script or builds.

10 lines (9 loc) 223 B
/*! * NENT 2022 */ /* istanbul ignore file */ export var TIMER_EVENTS; (function (TIMER_EVENTS) { TIMER_EVENTS["OnInterval"] = "on-interval"; TIMER_EVENTS["OnEnd"] = "on-end"; })(TIMER_EVENTS || (TIMER_EVENTS = {}));