jiangchengfeiyi-xiaochengxu/node_modules/@babel/runtime/helpers/tdz.js

4 lines
203 B
JavaScript
Raw Permalink Normal View History

2025-01-02 03:13:50 +00:00
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;