UNPKG

@zargu/couchdb-designer

Version:

Create and testing couchdb design document form directory structure.

10 lines (5 loc) 101 B
function map(doc) { var lib = require('views/lib'); lib.view(); } module.exports = {map}