contract-query/frontend/node_modules/@babel/runtime/helpers/tdz.js
2025-08-14 15:03:33 -05:00

4 lines
No EOL
203 B
JavaScript

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;