glynnbird closed pull request #135: keys can be set as array
URL: https://github.com/apache/couchdb-nano/pull/135
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/lib/nano.d.ts b/lib/nano.d.ts
index b6dd3ae..e00fade 100644
--- a/lib/nano.d.ts
+++ b/lib/nano.d.ts
@@ -908,7 +908,7 @@ declare namespace nano {
key?: string;
// Return only documents that match the specified keys.
- keys?: string; // This can be string[] too ???
+ keys?: string | string[];
// Limit the number of the returned documents to the specified number.
limit?: number;
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services