RSS Git Download  Clone
Raw Blame History
var exports = module.exports;

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

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