/** * test * @returns { string } * */ module.exports = function() { return 'e'; };