chatty-pub/node_modules/@babel/runtime/helpers/tdz.js
كارل مبارك 374620645c initial commit
2021-06-26 13:12:56 +02: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;