{"version":3,"file":"setIntlayerIdentifier.cjs","names":[],"sources":["../../../src/utils/setIntlayerIdentifier.ts"],"sourcesContent":["type Meta = {\n  enabled: true;\n};\n\nexport type WindowsWithIntlayer = typeof window & {\n  intlayer?: Meta;\n};\n\n/**\n * Sets the version of Intlayer in the window object.\n * This is used for Intlayer detection in the browser.\n */\nexport const setIntlayerIdentifier = (): void => {\n  if (typeof window !== 'undefined') {\n    (window as WindowsWithIntlayer).intlayer = {\n      enabled: true,\n    };\n  }\n};\n"],"mappings":";;;;;;;AAYA,MAAa,8BAAoC;AAC/C,KAAI,OAAO,WAAW,YACpB,CAAC,OAA+B,WAAW,EACzC,SAAS,MACV"}