kjelsrud.dev/node_modules/astro/dist/runtime/server/astro-global.d.ts

3 lines
145 B
TypeScript
Raw Normal View History

2023-07-19 21:31:30 +02:00
import type { AstroGlobalPartial } from '../../@types/astro';
export declare function createAstro(site: string | undefined): AstroGlobalPartial;