Files
copilot-toolbox-template-121/node_modules/@babel/runtime/helpers/esm/tdz.js
2026-01-16 02:20:32 +00:00

4 lines
130 B
JavaScript

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