UNPKG

gulp-jsontoxml

Version:

Convert json files to xml with gulp

3 lines (2 loc) 114 B
import convert = require('xml-js'); export declare function jsontoxml(configObj?: convert.Options.JS2XML): any;