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