@eagleoutice/flowr - v2.13.14
    Preparing search index...

    Interface GhostHintIO

    interface GhostHintIO {
        stdin: EventEmitter<DefaultEventMap> & { isTTY?: boolean };
        stdout: { columns?: number; isTTY?: boolean; write(s: string): unknown };
    }
    Index
    stdin: EventEmitter<DefaultEventMap> & { isTTY?: boolean }
    stdout: { columns?: number; isTTY?: boolean; write(s: string): unknown }