astro-ghostcms/.pnpm-store/v3/files/57/009359b3ea5cd9b33128a7af019...

3 lines
118 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
export default function _tdzError(name) {
throw new ReferenceError(name + " is not defined - temporal dead zone");
}