UNPKG

@swell/cli

Version:

Swell's command line interface/utility

7 lines (6 loc) 215 B
import type { LogItem } from '../../types/index.js'; import { Output } from './output.js'; export declare class LineOutput extends Output { prepareData(log: LogItem): string[]; write(row: string[]): void; }