projecte_ionic/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js
2022-02-09 18:30:03 +01:00

14 lines
447 B
JavaScript
Executable file

var _typeof = require("@babel/runtime/helpers/typeof")["default"];
var assertThisInitialized = require("./assertThisInitialized.js");
function _possibleConstructorReturn(self, call) {
if (call && (_typeof(call) === "object" || typeof call === "function")) {
return call;
}
return assertThisInitialized(self);
}
module.exports = _possibleConstructorReturn;
module.exports["default"] = module.exports, module.exports.__esModule = true;