📄 identity.js
/home/palash/git/site/node_modules/underscore/cjs/identity.js
Language: js • Lines: 6
// Keep the identity function around for default iteratees.
function identity(value) {
  return value;
}

module.exports = identity;