Initial commit
This commit is contained in:
10
node_modules/astro/dist/cli/info/infra/styled-debug-info-formatter.d.ts
generated
vendored
Normal file
10
node_modules/astro/dist/cli/info/infra/styled-debug-info-formatter.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user