FLUJOS/VISUALIZACION/node_modules/@babel/runtime/helpers/esm/tdz.js
2025-11-07 00:06:12 +01:00

4 lines
No EOL
130 B
JavaScript
Executable file

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