UNPKG

astro

Version:

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

9 lines (8 loc) 302 B
import type { AstroVersionProvider, TextStyler } from '../definitions.js'; interface Options { name: string; textStyler: TextStyler; astroVersionProvider: AstroVersionProvider; } export declare function formatVersion({ name, textStyler, astroVersionProvider }: Options): string; export {};