Files
talk-pro/node_modules/astro/dist/env/sync.d.ts

3 lines
125 B
TypeScript
Raw Normal View History

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