var Difference = function (a, b) { return Math.abs(a - b); }; module.exports = Difference;