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.

12 lines (10 loc) 260 B
/*! * NENT 2022 */ 'use strict'; /* istanbul ignore file */ exports.TIMER_EVENTS = void 0; (function (TIMER_EVENTS) { TIMER_EVENTS["OnInterval"] = "on-interval"; TIMER_EVENTS["OnEnd"] = "on-end"; })(exports.TIMER_EVENTS || (exports.TIMER_EVENTS = {}));