You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
733 B
1 line
733 B
{"ast":null,"code":"import getUAString from \"../utils/userAgent.js\";\nexport default function isLayoutViewport() {\n return !/^((?!chrome|android).)*safari/i.test(getUAString());\n}","map":{"version":3,"names":["getUAString","isLayoutViewport","test"],"sources":["C:/Cours/SAE/SAE-3.01/Scripted/Scripted/website/node_modules/@popperjs/core/lib/dom-utils/isLayoutViewport.js"],"sourcesContent":["import getUAString from \"../utils/userAgent.js\";\nexport default function isLayoutViewport() {\n return !/^((?!chrome|android).)*safari/i.test(getUAString());\n}"],"mappings":"AAAA,OAAOA,WAAW,MAAM,uBAAuB;AAC/C,eAAe,SAASC,gBAAgB,GAAG;EACzC,OAAO,CAAC,gCAAgC,CAACC,IAAI,CAACF,WAAW,EAAE,CAAC;AAC9D"},"metadata":{},"sourceType":"module"} |