vj12
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

map.js
application/javascript

Download raw (77 bytes)

function(doc) {
  if (doc.created_at) {
    emit(doc.created_at, doc);
  }
};