Files
dealplustech/dealplustech-astro/node_modules/astro/dist/runtime/server/astro-global.d.ts
2026-03-02 12:35:14 +07:00

3 lines
156 B
TypeScript

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