astro-ghostcms/.pnpm-store/v3/files/f9/3531fefbe630d928cf8172ff860...

5 lines
166 B
Plaintext

export default function _newArrowCheck(innerThis, boundThis) {
if (innerThis !== boundThis) {
throw new TypeError("Cannot instantiate an arrow function");
}
}