astro
Version:
Astro is a modern site builder with web best practices, performance, and DX front-of-mind.
5 lines (4 loc) • 303 B
TypeScript
import type { AstroSettings } from '../../types/astro.js';
import type { AstroConfig } from '../../types/public/config.js';
export declare function createBaseSettings(config: AstroConfig): AstroSettings;
export declare function createSettings(config: AstroConfig, cwd?: string): Promise<AstroSettings>;