Current section

Files

Jump to
spellweaver priv bun node_modules cspell-gitignore dist findRepoRoot.d.ts
Raw

priv/bun/node_modules/cspell-gitignore/dist/findRepoRoot.d.ts

import { type VFileSystem } from 'cspell-io';
/**
* Find the git repository root directory.
* @param directory - directory to search up from.
* @returns resolves to `.git` root or undefined
*/
export declare function findRepoRoot(directory: string | URL, vfs?: VFileSystem): Promise<string | undefined>;
//# sourceMappingURL=findRepoRoot.d.ts.map