Your IP : 216.73.216.74


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

interface Options {
    around?: number;
}
export interface CodeExcerpt {
    line: number;
    value: string;
}
declare const codeExcerpt: (source: string, line: number, options?: Options) => CodeExcerpt[] | undefined;
export default codeExcerpt;