00001 00010 function baseGt(value, other) { 00011 return value > other; 00012 } 00013 00014 module.exports = baseGt;