mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 20:45:10 +08:00
4 lines
130 B
JavaScript
4 lines
130 B
JavaScript
|
|
function _tdzError(e) {
|
||
|
|
throw new ReferenceError(e + " is not defined - temporal dead zone");
|
||
|
|
}
|
||
|
|
export { _tdzError as default };
|