'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = {
name: 'es5',
description: 'Use ES5 template for index output.',
flags: '-5 --es5',
long: 'Supply this flag to use the ES5 template to output your index files.'
};
module.exports = exports['default'];