vj12
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

map.js
application/javascript

Download raw (73 bytes)

function(doc) {
  if (doc.app == "domino") {
    emit(doc._id, 1);
  }
}