Your IP : 216.73.216.74


Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/when-exit/dist/node/
Upload File :
Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/when-exit/dist/node/interceptor.d.ts

import type { Callback, Disposer } from '../types.js';
declare class Interceptor {
    private callbacks;
    private exited;
    constructor();
    exit: (signal?: string) => void;
    hook: () => void;
    register: (callback: Callback) => Disposer;
}
declare const _default: Interceptor;
export default _default;