UNPKG

@zargu/couchdb-designer

Version:

Create and testing couchdb design document form directory structure.

9 lines (5 loc) 216 B
function libfunction(){ return 'libfunction call updated'; // https://docs.couchdb.org/en/stable/query-server/javascript.html?highlight=commonJS%20modules#commonjs-modules } module.exports = { libfunction }