dashboard/views/example/map.js

5 lines
77 B
JavaScript

function map(doc) {
if (doc.type) {
emit(doc.type, null);
}
}