/home/bdqbpbxa/demo-subdomains/ping-proxies.goodface.com.ua/node_modules/underscore/amd/constant.js
define(function () {

  // Predicate-generating function. Often useful outside of Underscore.
  function constant(value) {
    return function() {
      return value;
    };
  }

  return constant;

});