Mario Romano 29df96a085 react app
2016-04-06 17:52:19 +01:00

15 lines
311 B
JavaScript

"use strict";
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"];