Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
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