Files
pixelheros/extensions/Excel转JSON/node_modules/@babel/runtime/helpers/tdz.js
walkpan 8f57f57c1d dd
2024-08-18 23:38:55 +08: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;