00001 00020 function constant(value) { 00021 return function() { 00022 return value; 00023 }; 00024 } 00025 00026 module.exports = constant;