Files
Webklar.com/node_modules/next/dist/compiled/@babel/runtime/helpers/tdz.js
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

6 lines
210 B
JavaScript

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;