import { polyfill } from "@astrojs/webapi"; function apply() { polyfill(globalThis, { exclude: "window document" }); } export { apply };