2018-10-24 11:07:05 -07:00

9 lines
89 B
JavaScript

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