UNPKG

underscore

Version:

JavaScript's functional programming helper library.

5 lines (4 loc) 120 B
// Keep the identity function around for default iteratees. export default function identity(value) { return value; }