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) 251 B
/*! * NENT 2022 */ /* istanbul ignore file */ const DATA_TOPIC = 'data'; var DATA_EVENTS; (function (DATA_EVENTS) { DATA_EVENTS["DataChanged"] = "data-changed"; })(DATA_EVENTS || (DATA_EVENTS = {})); export { DATA_EVENTS as D, DATA_TOPIC as a };