UNPKG

@zargu/couchdb-designer

Version:

Create and testing couchdb design document form directory structure.

7 lines (4 loc) 71 B
function map(doc){ emit(doc._id,false); } module.exports = {map}