index.js 103 Bytes
module.exports = {
    Json: require('./JsonRenderer'),
    Standard: require('./StandardRenderer')
};