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

6 lines
210 B
JavaScript
Executable file

function _tdzError(name) {
throw new ReferenceError(name + " is not defined - temporal dead zone");
}
module.exports = _tdzError;
module.exports["default"] = module.exports, module.exports.__esModule = true;