Edit File: identity.js
// Keep the identity function around for default iteratees. export default function identity(value) { return value; }
Back to File Manager