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