source: imaps-frontend/node_modules/@babel/helpers/lib/helpers/assertThisInitialized.js@ d565449

main
Last change on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 3 months ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 350 bytes
Line 
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = _assertThisInitialized;
7function _assertThisInitialized(self) {
8 if (self === void 0) {
9 throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
10 }
11 return self;
12}
13
14//# sourceMappingURL=assertThisInitialized.js.map
Note: See TracBrowser for help on using the repository browser.