summaryrefslogtreecommitdiff
path: root/includes/external/school/node_modules/@babel/runtime/helpers/tdz.js
blob: 0641c76da07c8981d65f9080ce34e2ed51c4fdd1 (plain)
1
2
3
4
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;