{"version":3,"file":"checkGoogleReCaptchaInjected.mjs","sources":["../../../src/helpers/checkGoogleReCaptchaInjected.ts"],"sourcesContent":["/**\n * Checks if the Google reCAPTCHA script is injected in the document.\n *\n * @return {boolean} Returns true if the Google reCAPTCHA script is injected, false otherwise.\n */\nexport const checkGoogleReCaptchaInjected = () =>\n  !!document.querySelector('script[src*=\"/recaptcha/\"]:not([src*=\"gstatic\"])');\n"],"names":["checkGoogleReCaptchaInjected"],"mappings":"AAKO,MAAMA,IAA+B,MAC1C,CAAC,CAAC,SAAS,cAAc,kDAAkD;"}