Files
Tiber365/node_modules/astro/dist/runtime/server/astro-global.d.ts
2025-07-24 18:46:24 +02:00

3 lines
156 B
TypeScript

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