UNPKG
merge-cobertura
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Merges cobertura XML files
github.com/Teamop/merge-cobertura
Teamop/merge-cobertura
merge-cobertura
/
build
/
src
/
output.d.ts
3 lines
(2 loc)
•
137 B
TypeScript
View Raw
1
2
3
import
{
CoberturaJson
}
from
'./types/cobertura'
;
export
declare
function
writeOutput
(
outputFile
:
string
,
output
:
CoberturaJson
):
void
;