mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Merge pull request #949 from CyrusNajmabadi/patch-1
Fix 'noImplicitAny' issue with declaration file.
This commit is contained in:
commit
93b1a2fee1
2
packages/grpc-native-core/index.d.ts
vendored
2
packages/grpc-native-core/index.d.ts
vendored
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user