00001 00017 function identity(value) { 00018 return value; 00019 } 00020 00021 module.exports = identity;