UNPKG

astro

Version:

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

11 lines (10 loc) 381 B
import type { TextStyler } from '../../definitions.js'; import type { DebugInfoFormatter } from '../definitions.js'; import type { DebugInfo } from '../domain/debug-info.js'; export declare class StyledDebugInfoFormatter implements DebugInfoFormatter { #private; constructor({ textStyler, }: { textStyler: TextStyler; }); format(info: DebugInfo): string; }