UNPKG

forge-mutation-tester

Version:

Mutation testing tool for Solidity smart contracts using Gambit

3 lines 149 B
import { RunOptions } from '../types'; export declare function runMutationTest(options: RunOptions): Promise<void>; //# sourceMappingURL=run.d.ts.map