UNPKG

@zargu/couchdb-designer

Version:

Create and testing couchdb design document form directory structure.

8 lines (4 loc) 75 B
function view(){ provides('foo','bar'); } module.exports = {view} ;