Ant.exports = { add: function (a, b) { return a + b; }, mul: function (a, b) { return a * b; } }; Ant.exports.PI = 3.14;