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

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

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

module.exports = identity;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy