UNPKG

@zargu/couchdb-designer

Version:

Create and testing couchdb design document form directory structure.

12 lines (7 loc) 124 B
function all(doc,req){ return true; } function nothing(doc,req){ return false; } module.exports = {all,nothing}