Files
2026-04-07 14:50:23 +09:00

6 lines
178 B
TypeScript

import { GitTarget } from '../types';
export declare function getInfo({ isFromContainer, cwd, }: {
isFromContainer: boolean;
cwd?: string;
}): Promise<GitTarget | null>;