shift73k/assets_old/node_modules/@babel/runtime/helpers/tdz.js

6 lines
210 B
JavaScript
Raw Normal View History

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;