tdz.js 130 B

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