UNPKG
gulp-jsontoxml
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Convert json files to xml with gulp
gulpetl.com
gulpetl/gulp-jsontoxml
gulp-jsontoxml
/
dist
/
types
/
plugin.d.ts
3 lines
(2 loc)
•
114 B
TypeScript
View Raw
1
2
3
import
convert =
require
(
'xml-js'
);
export
declare
function
jsontoxml
(
configObj
?: convert.
Options
.
JS2XML
):
any
;