mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
6 lines
84 B
JavaScript
6 lines
84 B
JavaScript
|
import { polyfill } from './mod.js'
|
||
|
|
||
|
export * from './mod.js'
|
||
|
|
||
|
polyfill(globalThis)
|