mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 12:59:30 +08:00
5 lines
No EOL
210 B
Text
5 lines
No EOL
210 B
Text
function _tdzError(name) {
|
|
throw new ReferenceError(name + " is not defined - temporal dead zone");
|
|
}
|
|
|
|
module.exports = _tdzError, module.exports.__esModule = true, module.exports["default"] = module.exports; |