/var/www/greso.tech/server/nsm/node_modules/underscore/amd
Edit: /var/www/greso.tech/server/nsm/node_modules/underscore/amd/identity.js (160B)
define(function () {
// Keep the identity function around for default iteratees.
function identity(value) {
return value;
}
return identity;
});