UNPKG
yacw
Version:
latest (0.2.3)
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
Yet Another CouchDB Wrapper
github.com/tdebarochez/yacw
tdebarochez/yacw
yacw
/
index.js
1 lines
•
89 B
JavaScript
View Raw
1
module.exports
= require(
'./lib'
+ (process.env.CODE_COVERAGE ?
'-cov'
:
''
) +
'/couch'
)
;