UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

4 lines (3 loc) 262 B
import type { DeepPartial } from '../../type-utils.js'; import type { AstroConfig, AstroInlineConfig } from '../../types/public/index.js'; export declare function mergeConfig<C extends AstroConfig | AstroInlineConfig>(defaults: C, overrides: DeepPartial<C>): C;