Files
Checkmate/node_modules/@babel/runtime/helpers/esm/tdz.js
2024-05-05 11:21:00 +03:30

3 lines
118 B
JavaScript

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