securityos/node_modules/next/dist/compiled/@babel/runtime/helpers/tdz.js

6 lines
210 B
JavaScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
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;