Your IP : 216.73.216.74


Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/ink/build/
Upload File :
Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/ink/build/log-update.d.ts

import { type Writable } from 'node:stream';
export type LogUpdate = {
    clear: () => void;
    done: () => void;
    sync: (str: string) => void;
    (str: string): void;
};
declare const logUpdate: {
    create: (stream: Writable, { showCursor }?: {
        showCursor?: boolean | undefined;
    }) => LogUpdate;
};
export default logUpdate;