mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
15 lines
311 B
JavaScript
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"]; |