respond-framework
Version:
create as fast you think
30 lines (29 loc) • 741 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.moduleApi = exports._top = exports._parent = exports._module = exports._branch = void 0;
const _parent = exports._parent = Symbol('_parent');
const _module = exports._module = Symbol('_module');
const _top = exports._top = Symbol('_top');
const _branch = exports._branch = Symbol('_branch');
const moduleApi = exports.moduleApi = {
__esModule: true,
id: true,
branch: true,
branchAbsolute: true,
moduleKeys: true,
ignoreParents: true,
initialState: true,
components: true,
events: true,
selectors: true,
reducers: true,
props: true,
models: true,
db: true,
replays: true,
options: true,
plugins: true,
reduce: true
};