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

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

The newest version!
define(function () {

  // Keep the identity function around for default iteratees.
  function identity(value) {
    return value;
  }

  return identity;

});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy