UNPKG

chair

Version:

Subjective CouchDB client that wraps nano

10 lines (9 loc) 145 B
module.exports = { views: { findAll: { map: function (doc) { emit(doc); } } } };