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

3 lines
118 B
Plaintext

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