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.

27 lines (23 loc) 535 B
/*! * NENT 2022 */ 'use strict'; const index = require('./index-96f3ab3f.js'); /* istanbul ignore file */ class CommonStateModel { } const store = index.createStore({ debug: false, analyticsEnabled: false, dataEnabled: false, elementsEnabled: false, routingEnabled: false, audioEnabled: true, }); const { state, onChange, reset, dispose } = store; exports.CommonStateModel = CommonStateModel; exports.dispose = dispose; exports.onChange = onChange; exports.reset = reset; exports.state = state; exports.store = store;