UNPKG

forge-mutation-tester

Version:

Mutation testing tool for Solidity smart contracts using Gambit

7 lines 266 B
export declare class GitService { private git; constructor(); cloneRepository(repoUrl: string, targetDir: string, branch?: string, token?: string): Promise<string>; cleanup(repoPath: string): Promise<void>; } //# sourceMappingURL=git.service.d.ts.map