xwt
2025-08-14 62cb247da5cc1cc097c5afea402aabee05260431
1
2
3
4
function _tdzError(e) {
  throw new ReferenceError(e + " is not defined - temporal dead zone");
}
export { _tdzError as default };