| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/escalade/sync/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/escalade/sync/index.d.ts |
declare namespace escalade {
export type Callback = (
directory: string,
files: string[],
) => string | false | void;
}
declare function escalade(
directory: string,
callback: escalade.Callback,
): string | void;
export = escalade;