Files
homewebsite/node_modules/astro/dist/runtime/server/astro-global.d.ts
2025-10-17 20:17:33 +00:00

3 lines
156 B
TypeScript

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