Files
Webklar.com/node_modules/@babel/runtime/helpers/esm/tdz.js
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

4 lines
130 B
JavaScript

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