nx
Version:
3 lines • 300 B
TypeScript
import { GitRepository } from '../../../utils/git-utils';
export declare function prepareSourceRepo(gitClient: GitRepository, ref: string, source: string, relativeDestination: string, tempImportBranch: string, sourceRemoteUrl: string): Promise<void>;
//# sourceMappingURL=prepare-source-repo.d.ts.map