Merge pull request #949 from CyrusNajmabadi/patch-1

Fix 'noImplicitAny' issue with declaration file.
This commit is contained in:
Michael Lumish 2019-07-09 15:22:04 -07:00 committed by GitHub
commit 93b1a2fee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -579,7 +579,7 @@ declare module "grpc" {
* These options only have any effect when passed at the beginning of
* a client request.
*/
setOptions(options: MetadataOptions);
setOptions(options: MetadataOptions): void;
}
export type MetadataValue = string | Buffer;