Projekt

Obecné

Profil

Stáhnout (473 Bajtů) Statistiky
| Větev: | Revize:
1 3a515b92 cagy
"use strict";
2
3
exports.__esModule = true;
4
5
var _classCallCheck2 = require("babel-runtime/helpers/classCallCheck");
6
7
var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
8
9
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
10
11
var Hub = function Hub(file, options) {
12
  (0, _classCallCheck3.default)(this, Hub);
13
14
  this.file = file;
15
  this.options = options;
16
};
17
18
exports.default = Hub;
19
module.exports = exports["default"];