IOweb/node_modules/astro/dist/runtime/server/astro-global.d.ts
2026-07-03 15:07:38 -05:00

2 lines
142 B
TypeScript

import type { AstroGlobal } from '../../types/public/context.js';
export declare function createAstro(site: string | undefined): AstroGlobal;