{"version":3,"sources":["../../src/utils/globals.ts"],"names":["checkIfBrowser","self","window","global","document","process","console","VERSION","__VERSION__","isBrowser"],"mappings":"OAAOA,c;SAECC,I,EAAMC,M,EAAQC,M,EAAQC,Q,EAAUC,O,EAASC,O;AAIjD,OAAO,MAAMC,OAAO,GAAG,OAAOC,WAAP,KAAuB,WAAvB,GAAqCA,WAArC,GAAmD,qBAAnE;AAEP,OAAO,MAAMC,SAAS,GAAGT,cAAc,EAAhC","sourcesContent":["import checkIfBrowser from '../lib/is-browser';\n\nexport {self, window, global, document, process, console} from '../lib/globals';\n\n// Extract injected version from package.json (injected by babel plugin)\n// @ts-expect-error\nexport const VERSION = typeof __VERSION__ !== 'undefined' ? __VERSION__ : 'untranspiled source';\n\nexport const isBrowser = checkIfBrowser();\n"],"file":"globals.js"}