Sha256: 27b5749b74ff8867004baa2b0716ee11391f690eb7fe6b4e72499bc762bbfc12
Contents?: true
Size: 431 Bytes
Versions: 31
Compression:
Stored size: 431 Bytes
Contents
/* */ "format cjs"; /** * [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
31 entries across 31 versions & 1 rubygems