mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
f18ee36dc0
* chore: add @astrojs/webapi * chore: update package.json * fix: update file case * fix: remove lowercase file * chore: update tests to use mocha * chore: update LICENSE
5 lines
84 B
JavaScript
5 lines
84 B
JavaScript
import { polyfill } from './mod.js'
|
|
|
|
export * from './mod.js'
|
|
|
|
polyfill(globalThis)
|