UNPKG

decentralized-internet

Version:

An NPM library of programs to create decentralized web and distributed computing projects

9 lines 223 B
{ "_id": "_design/searchUser", "language": "javascript", "views": { "email": { "map": "function(doc) {\n\tif(doc.type === \"user\"){\n\t\temit(doc.email, doc.name);\n\t}\n}" } } }