const node = require('./node'); /** * test * @returns { string } * */ module.exports = function() { return 'a'; };