source: trip-planner-front/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js@ e29cc2e

Last change on this file since e29cc2e was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 447 bytes
Line 
1var _typeof = require("@babel/runtime/helpers/typeof")["default"];
2
3var assertThisInitialized = require("./assertThisInitialized.js");
4
5function _possibleConstructorReturn(self, call) {
6 if (call && (_typeof(call) === "object" || typeof call === "function")) {
7 return call;
8 }
9
10 return assertThisInitialized(self);
11}
12
13module.exports = _possibleConstructorReturn;
14module.exports["default"] = module.exports, module.exports.__esModule = true;
Note: See TracBrowser for help on using the repository browser.