twreporter-react
Version:
React-Redux site for The Reporter Foundation in Taiwan
15 lines (10 loc) • 311 B
JavaScript
;
var _classCallCheck = require("babel-runtime/helpers/class-call-check")["default"];
exports.__esModule = true;
var Hub = function Hub(file, options) {
_classCallCheck(this, Hub);
this.file = file;
this.options = options;
};
exports["default"] = Hub;
module.exports = exports["default"];