summaryrefslogtreecommitdiff
path: root/alarm/node_modules/@babel/runtime/helpers/esm/tdz.js
blob: d5d0adc8a613cefdf76706f94b805e6fa38076fe (plain)
1
2
3
export default function _tdzError(name) {
  throw new ReferenceError(name + " is not defined - temporal dead zone");
}