kjelsrud.dev/node_modules/astro/dist/prerender/utils.d.ts

4 lines
201 B
TypeScript
Raw Normal View History

2023-07-19 21:31:30 +02:00
import type { AstroConfig } from '../@types/astro';
export declare function isServerLikeOutput(config: AstroConfig): boolean;
export declare function getPrerenderDefault(config: AstroConfig): boolean;