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.

14 lines (11 loc) 282 B
/*! * NENT 2022 */ 'use strict'; /* istanbul ignore file */ const DATA_TOPIC = 'data'; exports.DATA_EVENTS = void 0; (function (DATA_EVENTS) { DATA_EVENTS["DataChanged"] = "data-changed"; })(exports.DATA_EVENTS || (exports.DATA_EVENTS = {})); exports.DATA_TOPIC = DATA_TOPIC;