Files
homewebsite/node_modules/astro/dist/core/polyfill.d.ts
2025-10-17 20:17:33 +00:00

6 lines
225 B
TypeScript

/**
* Astro aims to compatible with web standards as much as possible.
* This function adds two objects that are globally-available on most javascript runtimes but not on node 18.
*/
export declare function apply(): void;