French-Coach / frontend /node_modules /@babel /helpers /lib /helpers /assertThisInitialized.js
Asma-F's picture
Deploy: fixed React routing + OpenBMB backend
cc13fc9 verified
Raw
History Blame Contribute Delete
350 Bytes
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _assertThisInitialized;
function _assertThisInitialized(self) {
if (self === void 0) {
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
}
return self;
}
//# sourceMappingURL=assertThisInitialized.js.map