Sha256: b3d8357c33976b0511ae74cb3ebdfc9a121d2adecf580ce2fbf48ceef305c2db
Contents?: true
Size: 346 Bytes
Versions: 3
Compression:
Stored size: 346 Bytes
Contents
"use strict"; exports.__esModule = true; 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
3 entries across 3 versions & 1 rubygems