UNPKG

astro

Version:

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

9 lines (8 loc) 230 B
function formatVersion({ name, textStyler, astroVersionProvider }) { return ` ${textStyler.bgGreen(textStyler.black(` ${name} `))} ${textStyler.green( `v${astroVersionProvider.version}` )}`; } export { formatVersion };