module.exports.multiply = function (x, y) { return x * y; };