astro-ghostcms/.pnpm-store/v3/files/fa/9ba327bd07d9fa3ffed18e89442...

6 lines
262 B
Plaintext

function _newArrowCheck(innerThis, boundThis) {
if (innerThis !== boundThis) {
throw new TypeError("Cannot instantiate an arrow function");
}
}
module.exports = _newArrowCheck, module.exports.__esModule = true, module.exports["default"] = module.exports;