UNPKG

mutants-appfx

Version:

appfx module

28 lines (18 loc) 742 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = undefined; var _classCallCheck2 = require("babel-runtime/helpers/classCallCheck"); var _classCallCheck3 = _interopRequireDefault(_classCallCheck2); var _UIFunction = require("../UIFunction"); var _UIFunction2 = _interopRequireDefault(_UIFunction); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } var AppFlow = function AppFlow(useRuleEngine, UIFunction, noCache) { (0, _classCallCheck3.default)(this, AppFlow); this.useRuleEngine = useRuleEngine; this.useUIFunction = UIFunction; this.noCache = noCache; }; exports.default = AppFlow; //# sourceMappingURL=AppFlow.js.map