| 123456789101112131415 |
- import { aX as n } from "./index2.js";
- const d = () => n() && window.document.documentElement;
- let t;
- const l = () => {
- if (!d())
- return !1;
- if (t !== void 0)
- return t;
- const e = document.createElement("div");
- return e.style.display = "flex", e.style.flexDirection = "column", e.style.rowGap = "1px", e.appendChild(document.createElement("div")), e.appendChild(document.createElement("div")), document.body.appendChild(e), t = e.scrollHeight === 1, document.body.removeChild(e), t;
- };
- export {
- d as c,
- l as d
- };
|