/var/www/greso.tech/server/nsm/node_modules/underscore/amd
Edit: /var/www/greso.tech/server/nsm/node_modules/underscore/amd/constant.js (203B)
define(function () {
// Predicate-generating function. Often useful outside of Underscore.
function constant(value) {
return function() {
return value;
};
}
return constant;
});