mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 00:49:30 +08:00
3 lines
No EOL
118 B
Text
3 lines
No EOL
118 B
Text
export default function _tdzError(name) {
|
|
throw new ReferenceError(name + " is not defined - temporal dead zone");
|
|
} |