wilddragon-site/node_modules/next/dist/compiled/@babel/runtime/helpers/tdz.js
2026-04-17 15:51:01 -04:00

4 lines
No EOL
203 B
JavaScript
Executable file

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