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

3 lines
125 B
TypeScript

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