UNPKG

couchdb-compile

Version:

Build CouchDB documents from fs.

6 lines (5 loc) 66 B
function (doc) { if (doc.name) { emit(doc.name, null) } }