identity.js 120 Bytes Raw Blame History Permalink 1 2 3 4 // Keep the identity function around for default iteratees. export default function identity(value) { return value; }