contract-query/frontend/node_modules/@babel/runtime/helpers/esm/tdz.js
2025-08-14 15:03:33 -05:00

4 lines
No EOL
130 B
JavaScript

function _tdzError(e) {
throw new ReferenceError(e + " is not defined - temporal dead zone");
}
export { _tdzError as default };