botbook/node_modules/@babel/runtime/helpers/esm/tdz.js
Rodrigo Rodriguez 6ae15fe3e5 Updated.
2024-09-04 13:13:15 -03: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 };