@shined/reactive
Version:
⚛️ Proxy-driven state library for JavaScript application, Intuitive, Flexible and Written in TypeScript.
21 lines • 934 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _chunk7Y3UI2QQcjs = require('../chunk-7Y3UI2QQ.cjs');
exports.create = _chunk7Y3UI2QQcjs.create;
exports.createVanilla = _chunk7Y3UI2QQcjs.createVanilla;
exports.deepCloneWithRef = _chunk7Y3UI2QQcjs.deepCloneWithRef;
exports.devtools = _chunk7Y3UI2QQcjs.devtools;
exports.getSnapshot = _chunk7Y3UI2QQcjs.getSnapshot;
exports.isRef = _chunk7Y3UI2QQcjs.isRef;
exports.produce = _chunk7Y3UI2QQcjs.produce;
exports.proxy = _chunk7Y3UI2QQcjs.proxy;
exports.ref = _chunk7Y3UI2QQcjs.ref;
exports.setGlobalNotifyInSync = _chunk7Y3UI2QQcjs.setGlobalNotifyInSync;
exports.snapshot = _chunk7Y3UI2QQcjs.snapshot;
exports.subscribe = _chunk7Y3UI2QQcjs.subscribe;
exports.withDerived = _chunk7Y3UI2QQcjs.withDerived;
exports.withSnapshot = _chunk7Y3UI2QQcjs.withSnapshot;
exports.withSubscribe = _chunk7Y3UI2QQcjs.withSubscribe;
//# sourceMappingURL=index.cjs.map