astro
Version:
Astro is a modern site builder with web best practices, performance, and DX front-of-mind.
5 lines (4 loc) • 318 B
TypeScript
import type { AstroPreferences } from '../../preferences/index.js';
export declare const MAX_PATCH_DISTANCE = 5;
export declare function fetchLatestAstroVersion(preferences: AstroPreferences | undefined): Promise<string>;
export declare function shouldCheckForUpdates(preferences: AstroPreferences): Promise<boolean>;