Your IP : 216.73.216.74


Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/patch-console/dist/
Upload File :
Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/patch-console/dist/index.d.ts

declare type Callback = (stream: 'stdout' | 'stderr', data: string) => void;
declare type Restore = () => void;
declare const patchConsole: (callback: Callback) => Restore;
export default patchConsole;