UNPKG

410 BJavaScriptView Raw
1/**
2 * [Please add a description.]
3 */
4
5"use strict";
6
7exports.__esModule = true;
8// istanbul ignore next
9
10function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
11
12var Hub = function Hub(file) {
13 _classCallCheck(this, Hub);
14
15 this.file = file;
16};
17
18exports["default"] = Hub;
19module.exports = exports["default"];
\No newline at end of file