com.cedarsoft.couchdb.test.utils.foo.doc1.aView.map.js Maven / Gradle / Ivy
The newest version!
function(doc){
var tupe = doc['@type'];
if ( tupe != "foo" ) {
return;
}
emit( [doc.aValue , doc.description], doc.description );
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy