UNPKG

projex

Version:
8 lines (7 loc) 220 B
export declare class CloneUtils { private repositoryUrl; private root; constructor(repositoryUrl: string); cloneRepository: (repository: string) => any; checkDirectory: (repository: string) => any; }