UNPKG

bungienetplatformjs

Version:
16 lines (12 loc) 391 B
"use strict"; 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;