UNPKG

@zargu/couchdb-designer

Version:

Create and testing couchdb design document form directory structure.

9 lines (7 loc) 135 B
function map(doc){ log('log from views/byName/map'); if(doc.name){ emit(doc.name,1); } } module.exports = { map }