📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 20:45:57
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
concurrently
/
dist
/
src
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/concurrently/dist/src
🔄 Refresh
✏️
Editing: output-writer.d.ts
Writable
/// <reference types="node" /> import { Writable } from 'stream'; import { Command } from './command'; /** * Class responsible for actually writing output onto a writable stream. */ export declare class OutputWriter { private readonly outputStream; private readonly group; readonly buffers: string[][]; activeCommandIndex: number; constructor({ outputStream, group, commands, }: { outputStream: Writable; group: boolean; commands: Command[]; }); write(command: Command | undefined, text: string): void; private flushBuffer; }
💾 Save Changes
❌ Cancel