RSS Git Download  Clone
Raw Blame History 184B 12 lines
var exports = module.exports;

/**
 *Exports xml2json module.
 **/
exports.toJson = require('./xml2json');

/**
 * Exports json2xml module.
 **/
exports.toXml = require('./json2xml');