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
730 B
1 line
730 B
{"ast":null,"code":"import getWindow from \"./getWindow.js\";\nexport default function getComputedStyle(element) {\n return getWindow(element).getComputedStyle(element);\n}","map":{"version":3,"names":["getWindow","getComputedStyle","element"],"sources":["C:/Cours/SAE/SAE-3.01/Scripted/Scripted/website/node_modules/@popperjs/core/lib/dom-utils/getComputedStyle.js"],"sourcesContent":["import getWindow from \"./getWindow.js\";\nexport default function getComputedStyle(element) {\n return getWindow(element).getComputedStyle(element);\n}"],"mappings":"AAAA,OAAOA,SAAS,MAAM,gBAAgB;AACtC,eAAe,SAASC,gBAAgB,CAACC,OAAO,EAAE;EAChD,OAAOF,SAAS,CAACE,OAAO,CAAC,CAACD,gBAAgB,CAACC,OAAO,CAAC;AACrD"},"metadata":{},"sourceType":"module"} |