mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-10 19:54:57 +02:00
4 lines
209 B
JavaScript
4 lines
209 B
JavaScript
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; |