UNPKG

stryker-api

Version:

The api for the extendable JavaScript mutation testing framework Stryker

6 lines 131 B
interface SourceFile { path: string; content: string; } export default SourceFile; //# sourceMappingURL=SourceFile.d.ts.map