UNPKG

junit-report-merger

Version:
8 lines (7 loc) 236 B
export function mergeToString(srcStrings: string[], options?: MergeToStringOptions): Promise<string>; export type MergeToStringOptions = { /** * Aggregate testsuite time with sum instead of max */ sumTime: boolean; };