Edit File: git.d.ts
export declare function getRepositoryRootForPath(p: string): string; export declare function getRepositoryRoot(cwd?: string): string; export declare function getWorkingDirectoryForPath(p: string): string;
Back to File Manager