UNPKG
junit-converter
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Test report files to JUnit XML converter
github.com/agracio/junit-converter
agracio/junit-converter
junit-converter
/
src
/
p3x-xml2json.d.ts
4 lines
•
160 B
TypeScript
View Raw
1
2
3
4
declare
module
'p3x-xml2json'
{
export
function
toJson
(
data
:
any
,
opts
:
any
):
string
|
object
;
export
function
toXml
(
data
:
any
,
opts
:
any
):
string
; }