Guest User

Untitled

a guest
Nov 15th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. pouch
  2. .query(mapFunction, {
  3. startkey: 'C',
  4. endkey: 'C\uffff',
  5. limit: 5,
  6. include_docs: true
  7. })
  8. .then((result) => { /* handle result */ })
  9. .catch((err) => { /* handle errors */ });
Add Comment
Please, Sign In to add comment