All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.amd.constant.js Maven / Gradle / Ivy

The newest version!
define(function () {

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

  return constant;

});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy