Files
talk-pro/node_modules/astro/dist/runtime/server/astro-global.d.ts

3 lines
142 B
TypeScript
Raw Normal View History

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