kjelsrud.dev/node_modules/astro/dist/prerender/utils.d.ts
2023-07-19 21:31:30 +02:00

3 lines
201 B
TypeScript

import type { AstroConfig } from '../@types/astro';
export declare function isServerLikeOutput(config: AstroConfig): boolean;
export declare function getPrerenderDefault(config: AstroConfig): boolean;