Files
SAFEKISO/safekiso-server/node_modules/snyk/dist/lib/iac/git.d.ts
2026-04-07 14:50:23 +09:00

4 lines
205 B
TypeScript

export declare function getRepositoryRootForPath(p: string): string;
export declare function getRepositoryRoot(cwd?: string): string;
export declare function getWorkingDirectoryForPath(p: string): string;