4 lines
201 B
TypeScript
4 lines
201 B
TypeScript
![]() |
import type { AstroConfig } from '../@types/astro';
|
||
|
export declare function isServerLikeOutput(config: AstroConfig): boolean;
|
||
|
export declare function getPrerenderDefault(config: AstroConfig): boolean;
|