IOweb/node_modules/astro/dist/env/sync.d.ts
2026-07-03 15:07:38 -05:00

2 lines
125 B
TypeScript

import type { AstroSettings } from '../types/astro.js';
export declare function syncAstroEnv(settings: AstroSettings): void;