{"ast":null,"code":"var _window$document;\n\nexport var isDOMAvailable = typeof window !== 'undefined' && !!((_window$document = window.document) != null && _window$document.createElement);","map":{"version":3,"sources":["../../src/environment/browser.web.ts"],"names":[],"mappings":";;AAEA,OAAO,IAAM,cAAc,GAAG,OAAO,MAAP,KAAkB,WAAlB,IAAiC,CAAC,sBAAC,MAAM,CAAC,QAAR,aAAC,iBAAiB,aAAlB,CAAzD","sourcesContent":["// Used for delegating node actions when browser APIs aren't available\n// like in SSR websites.\nexport const isDOMAvailable = typeof window !== 'undefined' && !!window.document?.createElement;\n"],"sourceRoot":""},"metadata":{},"sourceType":"module"}