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

nano.request() missing type in nano.d.ts #348

Open bugsysBugs opened 2 months ago

bugsysBugs commented 2 months ago

According to documentation of nano.request opts.stream is supported and Request object is returned instead of Promise, but in nano.d.ts this is not the case.