4dd1ed5086f0951119f36ccf13be5e0a2b1e877c76c1798a026e2cb28266c0d15605c61b29990ac935786779097c8f1cb0e3840f428e918ea14c5f57fcf9bc 130 B

1234
  1. function _tdzError(e) {
  2. throw new ReferenceError(e + " is not defined - temporal dead zone");
  3. }
  4. export { _tdzError as default };