apache / couchdb-nano

Nano: The official Apache CouchDB library for Node.js
https://www.npmjs.com/package/nano
Apache License 2.0
651 stars 165 forks source link

fix typing of 'since' options #311

Closed insidewhy closed 1 year ago

insidewhy commented 1 year ago

This is a quick win. since can take a seq or "now" (which are both strings) in addition to 0 (the beginning of time, "0" also works).