bungienetplatformjs
Version:
node API for the Bungie.net Platform
16 lines (12 loc) • 391 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
/**
* Common functions and includes/imports/requires
*/
var Common = function Common() {
_classCallCheck(this, Common);
};
exports.default = Common;