UNPKG

underscore-es

Version:

javaScript's functional programming helper library for ES6 and beyond.

7 lines (6 loc) 190 B
// `_identity` : an utility's function // ------------------------------------ // Keep the identity function around for default iteratees. export default function (value) { return value; }