We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7303332 commit 70991eaCopy full SHA for 70991ea
lib/nano.d.ts
@@ -552,7 +552,7 @@ declare namespace nano {
552
find(query: MangoQuery): Promise <MangoResponse<D>>;
553
/** Run Mango query as a stream.
554
* @see Docs: {@link http://docs.couchdb.org/en/latest/api/database/find.html#db-find} */
555
- findAsStream(query: MangoQuery): NodeJS.ReadStream;
+ findAsStream(query: MangoQuery): Promise<NodeJS.ReadStream>;
556
/** Server scope */
557
server: ServerScope;
558
/** Fetch information about a single partition in this database.
0 commit comments