git.d.ts 205 B

123
  1. export declare function getRepositoryRootForPath(p: string): string;
  2. export declare function getRepositoryRoot(cwd?: string): string;
  3. export declare function getWorkingDirectoryForPath(p: string): string;