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

com.cedarsoft.couchdb.test.utils.foo.doc1.aView.map.js Maven / Gradle / Ivy

function(doc){
  var tupe = doc['@type'];
  if ( tupe != "foo" ) {
    return;
  }

  emit( [doc.aValue , doc.description], doc.description );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy