We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074836d commit 94a83b4Copy full SHA for 94a83b4
src/convert.ts
@@ -7,7 +7,7 @@ import path from 'path';
7
/**
8
* Options for the conversion
9
*/
10
-interface ConvertOptions {
+export interface ConvertOptions {
11
outputPath?: string;
12
toolName?: string;
13
envProps?: string[];
src/index.ts
@@ -1 +1,2 @@
1
export { convertJUnitToCTRFReport } from './convert';
2
+export type { ConvertOptions } from './convert';
0 commit comments