Sha256: 32e9e0137c73db0e6c6688cc46bd37f429aee72433b6a754cd8f481777b3384d
Contents?: true
Size: 410 Bytes
Versions: 8
Compression:
Stored size: 410 Bytes
Contents
/** * [Please add a description.] */ "use strict"; exports.__esModule = true; // istanbul ignore next function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } var Hub = function Hub(file) { _classCallCheck(this, Hub); this.file = file; }; exports["default"] = Hub; module.exports = exports["default"];
Version data entries
8 entries across 8 versions & 3 rubygems