kjelsrud.dev/node_modules/astro/dist/core/polyfill.js
2023-07-19 21:31:30 +02:00

9 lines
147 B
JavaScript

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